Update html-proofer configuration - the parameter names changed

This commit is contained in:
Issy Long 2023-08-31 16:02:18 +01:00
parent c18980d20d
commit 7f2ed15db3
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -19,17 +19,17 @@ task test: :build do
"./_site", "./_site",
parallel: { in_threads: 4 }, parallel: { in_threads: 4 },
favicon: true, favicon: true,
http_status_ignore: [0, 403], ignore_status_codes: [0, 403],
assume_extension: true, assume_extension: true,
check_favicon: true, check_favicon: true,
check_opengraph: true, check_opengraph: true,
check_html: true, check_html: true,
check_img_http: true, check_img_http: true,
enforce_https: true, enforce_https: true,
file_ignore: [ ignore_files: [
%r{Kickstarter-Supporters}, %r{Kickstarter-Supporters},
], ],
url_ignore: [ ignore_urls: [
"http://formulae.brew.sh", "http://formulae.brew.sh",
%r{https://github.com/Homebrew/brew/edit/gh-pages//}, %r{https://github.com/Homebrew/brew/edit/gh-pages//},
] ]