Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rakefile: Update HTMLProofer options for v4
* Rename url_ignore to ignore_urls * Add allow_missing_href and set it to true (suppresses "'a' tag is missing a reference" errors on JSON manager and data JSON templates) * Add enforce_https and set it to false (suppresses "* is not an HTTPS link" errors on HTTP links... might be possible to update some to HTTPS, but many of them are literally HTTP-only) * Remove empty_alt_ignore (renamed to ignore_missing_alt in v4, but WET no longer needs it) * Remove ext (renamed to extensions in v4, isn't needed in practice since the default extension is already ".html")
- Loading branch information