Set default filters in cpplint.py

This commit is contained in:
Krzysztof A. Sobiecki 2014-02-07 22:25:38 +01:00
parent da4658c5fc
commit 90c69db428
1 changed files with 1 additions and 1 deletions

2
dist/cpplint.py vendored
View File

@ -207,7 +207,7 @@ _ERROR_CATEGORIES = [
# 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']
_DEFAULT_FILTERS = ['-build/include_alpha', '-build/include_order', '-build/include', '-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