8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad404e commit 608a611Copy full SHA for 608a611
tools/cpplint.py
@@ -397,7 +397,10 @@
397
# flag. By default all errors are on, so only add here categories that should be
398
# off by default (i.e., categories that must be enabled by the --filter= flags).
399
# All entries here should start with a '-' or '+', as in the --filter= flag.
400
-_DEFAULT_FILTERS = ['-build/include_alpha 5E94 39;]
+_DEFAULT_FILTERS = [
401
+ '-build/include_alpha',
402
+ '-readability/fn_size',
403
+ ]
404
405
# The default list of categories suppressed for C (not C++) files.
406
_DEFAULT_C_SUPPRESSED_CATEGORIES = [
0 commit comments