We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd513c7 + 8041b9f commit 03ef7ebCopy full SHA for 03ef7eb
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/}],
+ ignore_files: [%r{/community/}, %r{/stories/}],
14
ignore_status_codes: [429]
15
)
16
token = ENV.fetch('GITHUB_TOKEN', nil)
0 commit comments