Skip to content

Commit

Permalink
consolidate demo config regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericherman committed Oct 17, 2023
1 parent 4eed961 commit 095ba92
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions url-check-demo-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@
}
},
"ignore_patterns": {
"^http://bogus.gov": "used in test",
"^https://example.org/foo": "used in test",
"^https://example.org/obsolete.html": "used in test",
"^https://example.org/one.html": "used in test",
"^https://example.org/three.html": "used in test",
"^https://www.bogus.gov/bad": "used in test",
"^https://www.bogus.gov/bad2": "used in test",
"^https://www.example.org/bad3": "used in test",
"^http://example.org/b-(baz)": "used in test",
"^http://bogus\\.gov": "used in test",
"^https://[^/]*bogus\\.gov/.*": "used in test",
"^http[s]\\?://[^/]*example\\.org/.*": "used in test",
"^https://publiccodenet.github.io/url-check/status": "in TODO",
"^http[s]\\?://twitter\\.com": "302; does not serve scripts",
"^http[s]\\?://github\\.com/.*/edit/": "may point to yet-to-exist page",
Expand Down

0 comments on commit 095ba92

Please sign in to comment.