Skip to content

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

@silgon

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions