flycheck-google-cpplint icon indicating copy to clipboard operation
flycheck-google-cpplint copied to clipboard

Google C++ Style checker for Flycheck

Results 4 flycheck-google-cpplint issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...