| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -397,7 +397,10 @@ | |||
| 397 | 397 | # flag. By default all errors are on, so only add here categories that should be | |
| 398 | 398 | # off by default (i.e., categories that must be enabled by the --filter= flags). | |
| 399 | 399 | # All entries here should start with a '-' or '+', as in the --filter= flag. | |
| 400 | - _DEFAULT_FILTERS = ['-build/include_alpha'] | ||
| 400 | + _DEFAULT_FILTERS = [ | ||
| 401 | + '-build/include_alpha', | ||
| 402 | + '-readability/fn_size', | ||
| 403 | + ] | ||
| 401 | 404 | ||
| 402 | 405 | # The default list of categories suppressed for C (not C++) files. | |
| 403 | 406 | _DEFAULT_C_SUPPRESSED_CATEGORIES = [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments