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.
The errors reported by the checkercan be enabled or disabled 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 disable reports about usused arguments:
letg:syntastic_vimlint_options= { 'EVL103': 1 }
See :help g:vimlint#config and :help vimlint-errorcode for more
details.
Note:
This checker doesn't call the makeprgBuild() function, and thus it ignores
the usual g:syntastic_vim_vimlint_<option> variables.