You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can instruct syntastic to use the online service, or you can
install the checker from sources, and tell Syntastic to use the
local validator. See the project's page for more details about
validator.
URL of the service to use for checking; leave it to the default to run the checks against http://validator.nu/, or set it to http://localhost:8888/ if you're running a local service as per the official docs
sets the nsfilter for the parser; see the wiki for details
Notes:
Non-zero exit codes from curl are signaled by syntastic with messages
such as:
syntastic: error: checker html/validator returned abnormal status 26
You can lookup the meaning of these codes in curl's manual.
This checker doesn't call the makeprgBuild() function, and thus it ignores
the usual g:syntastic_html_validator_<option> variables. The only exception
is g:syntastic_html_validator_exec, which can still be used to override
curl's executable.