-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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 configuration file is the next.
(eval-after-load 'flycheck
'(progn
;; Add Google C++ Style checker.
;; In default, syntax checked by Clang and Cppcheck.
(flycheck-add-next-checker 'c/c++-clang
'(warnings-only . c/c++-googlelint))))Any ideas?
Metadata
Metadata
Assignees
Labels
No labels