We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7af8ca commit f5c65d0Copy full SHA for f5c65d0
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']
+_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