Skip to content

Bug:Filter not work when only configure "flymake-google-cpplint-filter" and "flymake-google-cpplint-command" #2

@w0lker

Description

@w0lker
(custom-set-variables                                                                                
 '(flymake-google-cpplint-command "/usr/local/bin/cpplint")                                                 
 '(flymake-google-cpplint-filter "--filter=-build/include") 

not work,but when i add "flymake-google-cpplint-verbose" its work well.

(custom-set-variables                                                                                
 '(flymake-google-cpplint-command "/usr/local/bin/cpplint")                                          
 '(flymake-google-cpplint-verbose "--verbose=0")                                                     
 '(flymake-google-cpplint-filter "--filter=-build/include") 

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