syntastic/syntax_checkers/c
Brandon Maier 3e22663871 checkpatch: Catch strict warnings
When the "--strict" or "--subjective" options are added to checkpatch's
arguments, it will return additional warnings of this format type:

> file.c:123: CHECK: Alignment should match open parenthesis

The extra warnings can be enabled with:

> let g:syntastic_c_checkpatch_args = "--strict"

Signed-off-by: Brandon Maier <brandon.maier@rockwellcollins.com>
2018-10-17 09:52:06 -05:00
..
avrgcc.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
checkpatch.vim checkpatch: Catch strict warnings 2018-10-17 09:52:06 -05:00
clang_check.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
clang_tidy.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
cppcheck.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
cppclean.vim New checker cppclean for C/C++. 2017-04-25 19:38:07 +03:00
flawfinder.vim New checker flawfinder for C/C++. 2017-04-25 20:35:58 +03:00
gcc.vim Cosmetic cleanup. 2017-09-15 21:04:16 +03:00
make.vim Cosmetic cleanup. 2017-09-15 21:04:16 +03:00
oclint.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
pc_lint.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
sparse.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00
splint.vim Security: clear defaults for config file names (cf. #2170). 2018-04-17 08:56:58 +03:00