如何在合成VIM中为c文件启用cpplint

时间:2016-02-02 01:18:30

标签: c vim syntastic cpplint

我在VIM上使用带有Syntastic的cpplint,但是我无法将cpplint用于C文件。

我使用.vimrc文件中的以下行为cpp文件启用了cpplint:

 update user set authentication_string=password('mynewpassword') where user='root';

我尝试使用相同的c:

let g:syntastic_cpp_cpplint_exec = 'cpplint'

但它没有帮助。 SyntasticInfo命令仍未将cpplint列为可用的检查器。

1 个答案:

答案 0 :(得分:4)

' cpplint'并未包含在Syntastic:https://github.com/scrooloose/syntastic/wiki/C使用的C语法检查器列表中。您只能使用avrgcc,checkpatch,clang_check,clang_tidy,cppcheck,gcc,make,oclint,pc_lint,sparse,splint for C.