AtomLinter / linter-cpplint

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

Is it possible to ignore specific line of code? #71

Closed frenchbread closed 7 years ago

frenchbread commented 7 years ago

For example:

using namespace std; // Gives "Do not use namespace using directives"

while using suggested using std; does not compile.

Thanks.

frenchbread commented 7 years ago

Preferably using something like this in eslint.

Arcanemagus commented 7 years ago

You can look through the source code here, but I don't think there is such a thing currently. If you desire such functionality you would need to file an issue there.

Good luck!