2013-10-08 4 views
0

안녕하세요 저는 Google cpplint를 설치하려고해도 SublimeLinter : c disabled ("cppcheck"를 찾을 수 없습니다) 을 받았습니다. 다음은 내 사용자 설정은 다음과 같습니다Sublime Text 3 : SublimeLinter : c disabled ("cppcheck"을 (를) 찾을 수 없습니다.)

{ 
"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, 숭고 텍스트 3047

답변