Skip to content

Commit

Permalink
Ignore external hashes in link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Mar 5, 2024
1 parent e08c659 commit c785120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pa11y-ci:home": "pa11y-ci http://127.0.0.1:4000",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://127.0.0.1:4000/sitemap.xml --sitemap-find https://accessibility.civicactions.com --sitemap-replace http://127.0.0.1:4000 --sitemap-exclude \"/*.pdf\"",
"cypress-tests": "cypress run --browser chrome --headless",
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --enforce_https \"false\" ./_site"
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --enforce_https \"false\" --check_external_hash \"false\" ./_site"
},
"dependencies": {
"simple-jekyll-search": "^1.9.2"
Expand Down

0 comments on commit c785120

Please sign in to comment.