AtomLinter / linter-cpplint

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

Fix deprecation warnings and update cpplint #11

Closed Ingramz closed 9 years ago

Ingramz commented 9 years ago

This package seems rather broken.

Fixed deprecation warnings caused by Atom v0.189.0 and bumped the required atom version to v0.175.0+, like the linter package has. This way we do not need to support source.c++ scope.

Also grabbed the latest cpplint script.

hd-deman commented 9 years ago

:+1: