| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd38401 commit bd8c951
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -215,7 +215,11 @@ | |||
| 215 | 215 | # flag. By default all errors are on, so only add here categories that should be | |
| 216 | 216 | # off by default (i.e., categories that must be enabled by the --filter= flags). | |
| 217 | 217 | # All entries here should start with a '-' or '+', as in the --filter= flag. | |
| 218 | - _DEFAULT_FILTERS = [ '-build/include_alpha', '-legal/copyright' ] | ||
| 218 | + _DEFAULT_FILTERS = [ | ||
| 219 | + '-build/include_alpha', | ||
| 220 | + '-legal/copyright', | ||
| 221 | + '-readability/function', | ||
| 222 | + ] | ||
| 219 | 223 | ||
| 220 | 224 | # We used to check for high-bit characters, but after much discussion we | |
| 221 | 225 | # decided those were OK, as long as they were in UTF-8 and didn't represent | |
| Back | FazBrowse Home | New Git URL |
0 commit comments