【发布时间】:2013-10-15 16:16:55
【问题描述】:
您好,我仍然收到此错误:SublimeLinter: c disabled ("cppcheck" cannot be found) 即使我尝试安装 Google cpplint。 这是我的用户设置:
{
"sublimelinter": "save-only",
"sublimelinter_syntax_map":
{
"Python Django": "python",
"Ruby on Rails": "ruby",
"C++": "c_cpplint",
"C": "c_cpplint"
},
"sublimelinter_executable_map":
{
"perl": "perl",
"php": "php",
"ruby": "rvm-auto-ruby",
"c_cpplint": "/Users/Nenor/cpplint.py"
},
}
我更喜欢它是否可以与 cppcheck 一起使用。 运行 OS X 10.9,Sublime Text 3047
【问题讨论】:
标签: c++ c sublimetext3 cppcheck sublimelinter