Update html-proofer
configuration - the parameter names changed
This commit is contained in:
parent
c18980d20d
commit
7f2ed15db3
@ -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//},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user