diff --git a/tools/cpplint.py b/tools/cpplint.py index a66c1cb193ac47..4f4af6fe337590 100644 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -215,7 +215,11 @@ # flag. By default all errors are on, so only add here categories that should be # off by default (i.e., categories that must be enabled by the --filter= flags). # All entries here should start with a '-' or '+', as in the --filter= flag. -_DEFAULT_FILTERS = [ '-build/include_alpha', '-legal/copyright' ] +_DEFAULT_FILTERS = [ + '-build/include_alpha', + '-legal/copyright', + '-readability/function', + ] # We used to check for high-bit characters, but after much discussion we # decided those were OK, as long as they were in UTF-8 and didn't represent