mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-23 20:00:51 +08:00
Updates to clean up tests
Ignore links to localhost in tests This org doesn't exist Removing unmaintained app (returning 503) Use `/ping` for tests since there is an option to disable stats
This commit is contained in:
@@ -9,6 +9,7 @@ url_ignores = [
|
||||
%r{https://github.com/apps/.*/installations/new},
|
||||
"https://mochajs.org/",
|
||||
%r{mit-license\.org}, # misconfigured SSL or old certs on Travis CI?
|
||||
%r{https://localhost:*/*}, # Ignore links to localhost in documentation
|
||||
]
|
||||
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user