Closed maasha closed 9 years ago
You have to downgrade the linter
package to an older version with
apm uninstall linter
and then apm install linter@1.2.4
.
That's a workaround, though, not a solution. :cry:
OK - it is now linting! What is the problem?
The linter-cpplint
package is still using the deprecated API, which has been removed from linter
. Read more:
https://github.com/atom-community/linter/issues/815
https://github.com/atom-community/linter/issues/801
I assume that this has been reported to linter-cpplint
...
Thanks for the explanation and work-around.
I have a fresh install of Atom 1.0.5, linter 1.3.4 and linter-cpplint 0.1.4 on Mac OSX 10.10.4. Linter-rubocop works just fine. The
.atom/packages/linter-cpplint/bin/cpplint.py
script works fine if run manually. I did start Atom from the command line. The developer console says:But that looks like a simple message and not an error or warning.
Config contains this:
What to do?