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 was archived by the owner on Sep 20, 2023. It is now read-only.
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 g:vimlint#config. For example, to ignore unused argument warnings:
letg:syntastic_vimlint_options= { 'EVL103': 1 }
See :help g:vimlint#config and :help vimlint-errorcode for more details.
Note
Vimlint does not call the makeprgBuild() function and thus ignores the usual g:syntastic_vim_vimlint_<option> variables.