Closed wngreene closed 8 years ago
Turned on the debug console and the issue was that the default extension for C++ files is "c++" and I was looking at "cpp" and "hpp" files. Seems like I have to explicitly set all the possible C++ file extensions in the settings, but this seems like a bug (cpplint.py says it recognizes .cc, .cpp, .cu, .cuh and .h files automatically).
Marking as closed, the plugin has been re-written since this was filed, and it looks like a fix was implemented anyway.
Not getting any output from the linter with C++ files. linter-flake8 is working with Python files, so not sure what the issue is. Happy to help debug, but not sure where to start.