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
By default, errors in files included from the file being checked are shown. Set this variable to 1 to remove messages about errors in included files. Please note that this means syntastic will silently abort checks if there are fatal errors in one of the included files.
File containing additional compilation flags to be passed to the checker, one option per line.
g:syntastic_cobol_include_dirs (array of strings; default: [])
Include directories to be passed to the checker, in addition to the above compilation flags. You can set this to something like ['includes', 'headers'], and the corresponding -Iincludes -Iheaders will be added to the compilation flags.
b:syntastic_cobol_cflags (string; default: unset)
Buffer-local variable. Additional compilation flags specific to the current buffer.
Note
This checker doesn't call the makeprgBuild() function, and thus it ignores
the usual g:syntastic_cobol_cobc_<option> variables. The only exception
is g:syntastic_cobol_cobc_exec, which can still be used to override the
checker's executable.