Skip to content

Commit 1b2a016

Browse files
authored
html-proofer ignore /community/, redundant with organization check
1 parent 84b2f38 commit 1b2a016

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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/}],
1314
ignore_status_codes: [429]
1415
)
1516
token = ENV.fetch('GITHUB_TOKEN', nil)

0 commit comments

Comments
 (0)