AtomLinter / linter-cpplint

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

[Windows] Multiple cpplint.py opening. #6

Closed Tri125 closed 8 years ago

Tri125 commented 10 years ago

Running ATOM 0.138.0 Linter 0.7.3 Linter Cpplint 0.1.3

When I start writing, cpplint.py is opened dozens of time. It can accumulate to a hundred in a matter of a few lines.

Doesn't actually show errors in code.

nym3r0s commented 9 years ago

Running ATOM 0.146.0 Linter 0.7.3 Linter Cpplint 0.1.3

Doesn't look like linter-cpplint is working. Doesn't show any errors in code.

santhoshvai commented 9 years ago

Can you turn on the debug option in linter and post your screenshot from the console? Maybe this is related to #7

Arcanemagus commented 8 years ago

This linter currently specifies itself as lintOnFly: false, which means it will only run on saving the file. Since this linter plugin has been completely re-written since this was filed anyway I'm marking this as closed.