AtomLinter / linter-cpplint

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

LinterCpplint.Linter is deprecated. #19

Closed neumannrf closed 9 years ago

neumannrf commented 9 years ago

AtomLinter v0.X.Y API has been deprecated. Please refer to the Linter docs to update and the latest API: https://github.com/AtomLinter/Linter/wiki/Migrating-to-the-new-API

LinterCpplint.Linter (/home/rneumann/.atom/packages/linter/lib/linter.coffee:60:4)
new LinterCpplint (/home/rneumann/.atom/packages/linter-cpplint/lib/linter-cpplint.coffee:24:4)
Object.lint (/home/rneumann/.atom/packages/linter/lib/legacy.coffee:61:21)
<unknown> (/home/rneumann/.atom/packages/linter/lib/editor-linter.coffee:69:25)
currentLinter (/home/rneumann/.atom/packages/linter/lib/editor-linter.coffee:68:19)
<unknown> (/home/rneumann/.atom/packages/linter/lib/editor-linter.coffee:82:22)
maasha commented 9 years ago

This is sort of critical to get updated - no linting of cpp files unless you downgrade linter :o(

neumannrf commented 9 years ago

I don't have very high hopes of it being sorted out, since the cpplint linter is not listed anymore in the official web page http://atomlinter.github.io, like it was abandoned.

I'll keep my linter at version 1.2.4 for as long as I need C++ support.

maasha commented 9 years ago

Aw, that is bad. We need this linter (based on Google's) until Bjarne's new style guide consolidates:

https://isocpp.org/blog/2015/09/bjarne-stroustrup-announces-cpp-core-guidelines

keplersj commented 9 years ago

If someone creates a fork bringing this up-to-date, we'd be happy to merge the fork in and make the forker maintainer of this repo.

maasha commented 9 years ago

So was the issue fixed?