AtomLinter / linter-cpplint

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

LinterClang.Linter is deprecated. #17

Closed zengjie closed 9 years ago

zengjie 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 (/Users/zengjie/.atom/packages/linter/lib/linter.coffee:60:4)
new LinterCpplint (/Users/zengjie/.atom/packages/linter-cpplint/lib/linter-cpplint.coffee:24:4)
Object.lint (/Users/zengjie/.atom/packages/linter/lib/legacy.coffee:61:21)
<unknown> (/Users/zengjie/.atom/packages/linter/lib/editor-linter.coffee:68:23)
<unknown> (/Users/zengjie/.atom/packages/linter/lib/editor-linter.coffee:67:24)
Set.forEach (native)
keplersj commented 9 years ago

Yes both linter-clang and this are using deprecated code. But it's really weird that Linter confused this package with linter-clang.