I have intalled SublimeLinter and sublimelinter-cppcheck packages to my Sublime Text 3.
The problem is that sublime text is saying SublimeLinter: WARNING: cppcheck deactivated, cannot locate 'cppcheck'
.
i figured out that cppcheck cannot find linter executable, so I decided that I will add path to linter to my system $PATH
property. But the thing is that I cannot find linter executable on my system. At first I thought that it's not installed but that I realised that it has to install with SublimeLinter package. But it did not. I tried to find it using unix find command the only result is :
/Users/syky/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/cocoapods-core-0.34.2/lib/cocoapods-core/specification/linter
That is not what I am looking for.
I am using Sublime Text 3, Mac OS X Yosemite and ZSH as my shell.
Can anyone help me please?