AtomLinter / linter-cpplint

Linter plugin for c++, using cpplint
https://atom.io/packages/linter-cpplint
MIT License
6 stars 5 forks source link

cpplint not running on Atom 0.149 and 0.150 #7

Closed wngreene closed 8 years ago

wngreene commented 9 years ago

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.

wngreene commented 9 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).

Arcanemagus commented 8 years ago

Marking as closed, the plugin has been re-written since this was filed, and it looks like a fix was implemented anyway.