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 was archived by the owner on Sep 20, 2023. It is now read-only.
Splint is a tool for statically checking C programs for security vulnerabilities, see
the official page for details.
Checker options:
The setting g:syntastic_splint_config_file allows you to define a file
that contains additional compiler arguments like include directories or
CFLAGS. If none is given the filename defaults to .syntastic_splint_config.
This file is expected to contain one splint option per line.