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