我在 VIM 上将 cpplint 与 Syntastic 一起使用,但是我无法将 cpplint 用于 C 文件。
我使用 .vimrc 文件中的以下行为 cpp 文件启用了 cpplint:
let g:syntastic_cpp_cpplint_exec = 'cpplint'
我尝试对 c 使用相同的:
let g:syntastic_c_cpplint_exec = 'cpplint'
但这无济于事。SyntasticInfo 命令仍然没有将 cpplint 列为可用检查器。