Disable HTMLProofer's assume_extension option
- It reports a lot of broken internal links that do actually exist, it's just file extension inference weirdness.
This commit is contained in:
parent
c0144234d1
commit
17de29e93d
@ -20,7 +20,6 @@ task test: :build do
|
|||||||
parallel: { in_threads: 4 },
|
parallel: { in_threads: 4 },
|
||||||
favicon: true,
|
favicon: true,
|
||||||
ignore_status_codes: [0, 403],
|
ignore_status_codes: [0, 403],
|
||||||
assume_extension: true,
|
|
||||||
check_favicon: true,
|
check_favicon: true,
|
||||||
check_opengraph: true,
|
check_opengraph: true,
|
||||||
check_html: true,
|
check_html: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user