Skip to content

Commit

Permalink
BAU: Check internal hashes
Browse files Browse the repository at this point in the history
Also remove duplication between a single GitHub URL and the blanket GitHub regex
  • Loading branch information
mrwilson committed May 17, 2023
1 parent da9b579 commit 9e2219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
proofer = HTMLProofer.check_directory(config[:build_dir],
{ :assume_extension => true,
:allow_hash_href => true,
:check_internal_hash => true,
:empty_alt_ignore => true,
:file_ignore => [
/search/ # Provided by tech-docs gem but has a "broken" link from html-proofer's point of view
],
:url_ignore => [
"https://github.com/alphagov/centralised-security-logging-service",
"https://gdshelpdesk.digital.cabinet-office.gov.uk",
"https://gds-way.cloudapps.digital/standards/secrets-acl.html",
/https:\/\/github.com\//
Expand Down

0 comments on commit 9e2219e

Please sign in to comment.