AtomLinter / linter-cpplint

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

Remove the bundled cpplint #66

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Bundling makes a small amount of sense when the program works with the same package manager as this package (ie. NPM packages), but makes little sense when you have to bundle the entire binary like this.

Fixes #10.