Skip to content

warnings-only is not a valid Flycheck error level #6

Description

@silgon

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions