``` lisp (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. ``` lisp (custom-set-variables '(flymake-google-cpplint-command "/usr/local/bin/cpplint") '(flymake-google-cpplint-verbose "--verbose=0") '(flymake-google-cpplint-filter "--filter=-build/include") ```