Skip to content

Commit 84f6730

Browse files
authored
ignore /stories/
which redirects to githubapp; ignoring latter doesn't do anything
1 parent 9074ae6 commit 84f6730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ task :test do
99
check_html: true,
1010
check_external_hash: false,
1111
hydra: { max_concurrency: 10 },
12-
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/}],
12+
url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
13+
ignore_files: [%r{/community/}, %{/stories/}],
1414
ignore_status_codes: [429]
1515
)
1616
token = ENV.fetch('GITHUB_TOKEN', nil)

0 commit comments

Comments
 (0)