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
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: