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
LCD 47 edited this page Jun 12, 2016
·
8 revisions
This file is no longer maintained
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
The errors reported by Vimlint are configurable by setting the variable
g:syntastic_vimlint_options to a dictionary of error codes and level
values, with the same syntax as Vimlint's g:vimlint#config. See
:help g:vimlint#config and :help vimlint-errorcode for more details.
For example, to ignore unused argument warnings:
letg:syntastic_vimlint_options= { 'EVL103': 1 }
Please note however that certain error messages can't be turned off this
way. This is a misfeature of Vimlint, rather than a limitation of
syntastic. You can still ignore these messages using the standard mechanism
of g:syntastic_vim_vimlint_quiet_messages: