We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b2f38 commit 1b2a016Copy full SHA for 1b2a016
1 file changed
Rakefile
@@ -10,6 +10,7 @@ task :test do
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}],
13
+ ignore_files: [%r{/community/}],
14
ignore_status_codes: [429]
15
)
16
token = ENV.fetch('GITHUB_TOKEN', nil)
0 commit comments