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 a3afd5c commit 73f2546Copy full SHA for 73f2546
cpplint.py
@@ -411,7 +411,10 @@
411
# flag. By default all errors are on, so only add here categories that should be
412
# off by default (i.e., categories that must be enabled by the --filter= flags).
413
# All entries here should start with a '-' or '+', as in the --filter= flag.
414
-_DEFAULT_FILTERS = ['-build/include_alpha']
+_DEFAULT_FILTERS = [
415
+ '-build/include_alpha',
416
+ '-readability/fn_size',
417
+ ]
418
419
# The default list of categories suppressed for C (not C++) files.
420
_DEFAULT_C_SUPPRESSED_CATEGORIES = [
0 commit comments