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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
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
Notes:
Non-zero exit codes from curl are signaled by syntastic with messages
such as:
syntastic: error: checker html/w3 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_w3_<option> variables. The only exception is
g:syntastic_html_w3_exec, which can still be used to override curl's
executable.