Add link aliveness tests

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2020-08-20 14:36:53 -04:00
committed by Thomas Pantelis
parent 9d3a9b7f66
commit ae84a0b409
4 changed files with 59 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"ignorePatterns": [
{
"pattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+"
},
{
"pattern": "^http://localhost:"
}
]
}