flycheck-google-cpplint
flycheck-google-cpplint copied to clipboard
Google C++ Style checker for Flycheck
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...
In my emacs even though I have the following '(flycheck-googlelint-filter "-whitespace/line_length) '(flycheck-googlelint-linelength "120") I am still getting messages that Line length should be
I have installed c/c++-googlelint, it is present in the list flymake-checkers. flycheck-very-setup shows it working and finds the executable. flycheck-compile runs the googlelint checker, finds errors in the other buffer...
I just installed flycheck-google-cpplint from the melpa packages and I get the following error: ``` flycheck-validate-next-checker: warnings-only is not a valid Flycheck error level ``` The important part of my...