I installed sublime linter, cppcheck for linter and cppcheck elevated binaries. I installed cppcheck, like other linters (for php and javascript), but cppcheck does not work. The command line says
SublimeLinter: cppcheck activated: Extensions\cppcheck\cppcheck.exe
But linter does not work. Clicking on "show lint errors" gives
no lint errors
And I'm sure there are errors in the code. Any ideas?
source
share