Skip to content

Commit 8041b9f

Browse files
authored
actually a regexp!
1 parent 84f6730 commit 8041b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ task :test do
1010
check_external_hash: false,
1111
hydra: { max_concurrency: 10 },
1212
url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
13-
ignore_files: [%r{/community/}, %{/stories/}],
13+
ignore_files: [%r{/community/}, %r{/stories/}],
1414
ignore_status_codes: [429]
1515
)
1616
token = ENV.fetch('GITHUB_TOKEN', nil)

0 commit comments

Comments
 (0)