HTML: w3 - novaez/syntastic GitHub Wiki

Maintainer: Martin Grenfell [email protected]

To activate the checker, set the following:

let g:syntastic_html_checkers = ['w3']

Requirement:

This checker uses curl.

Checker options:

g:syntastic_html_w3_api (string; default: 'http://validator.w3.org/check')
URL of the service to use for checking; leave it to the default to run the checks against http://validator.w3.org/, or set it to http://localhost/w3c-validator/check if you're running a local service

Note:

This checker doesn't call the makeprgBuild() function, and thus it ignores the usual g:syntastic_html_w3_<option> variables. The only exception is g:syntastic_html_w3_exec, which can still be used to override curl's executable.

⚠️ **GitHub.com Fallback** ⚠️