Reputation: 111
I installed sublime linter, cppcheck for sublime linter and cppcheck binaries. I've set up cppcheck like the other linters (for php and javascript) but cppcheck is not working. In the command line it says
SublimeLinter: cppcheck activated: Extensions\cppcheck\cppcheck.exe
But linter is not working. Clicking on "show lint errors" gives
no lint errors
And I'm sure that there are errors in the code. Any ideas?
Upvotes: 5
Views: 792
Reputation: 1
I've met the similar problem as you described. Here's some advice:
I guess it may caused by the linter's error.
Upvotes: 0