forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
C++: pc_lint
LCD 47 edited this page Jun 12, 2016
·
4 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: Steve Bragg [email protected]
PC-Lint is a commercial static code analysis tool for Windows, produced by Gimpel Software. See the official page for details.
- g:syntastic_pc_lint_config_file (string; default: 'options.lnt')
- name of an indirect (.lnt) file; a file with that name is looked up in the current directory and in parent directories; first such file found is used.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/