flycheck / flycheck-google-cpplint

Google C++ Style checker for Flycheck
GNU General Public License v3.0
42 stars 11 forks source link

Lower the severity of errors to 'warning'. #2

Closed dkim closed 10 years ago

dkim commented 10 years ago

cpplint.py checks if source code is in compliance with Google C++ style guide, so warning seems to be a more appropriate level than error.

ghost commented 10 years ago

Get it. That level is appropriate indeed. Thanks!