We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd513c7 commit 9074ae6Copy full SHA for 9074ae6
1 file changed
Rakefile
@@ -9,7 +9,7 @@ task :test do
9
check_html: true,
10
check_external_hash: false,
11
hydra: { max_concurrency: 10 },
12
- url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
+ url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}, %r{https://government-community.githubapp.com}],
13
ignore_files: [%r{/community/}],
14
ignore_status_codes: [429]
15
)
0 commit comments