forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 2
C: splint
LCD 47 edited this page Jun 12, 2016
·
9 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
Maintainer: LCD 47 lcd047@gmail.com
Splint is a tool for statically checking C programs for security vulnerabilities, see the official page for details.
- g:syntastic_splint_config_file (string; default: '.syntastic_splint_config')
- file containing project-specific options to be passed to splint (such as defines or include directories), one option per line.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/