flycheck / flycheck-google-cpplint

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

Add support for cpplint.py extensions flag #8

Open martinjlowm opened 8 years ago

martinjlowm commented 8 years ago

Introduces a 'flycheck-googlelint-extensions' option that is a comma-separated list. This option is supplied to cpplint.py in addition to the other options.

Also corrects a spelling mistake in the root option description.