| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 391fc80 commit e74f199
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -254,7 +254,12 @@ | |||
| 254 | 254 | # flag. By default all errors are on, so only add here categories that should be | |
| 255 | 255 | # off by default (i.e., categories that must be enabled by the --filter= flags). | |
| 256 | 256 | # All entries here should start with a '-' or '+', as in the --filter= flag. | |
| 257 | - _DEFAULT_FILTERS = ['-build/include_alpha'] | ||
| 257 | + _DEFAULT_FILTERS = [ | ||
| 258 | + '-build/include', | ||
| 259 | + '-build/include_alpha', | ||
| 260 | + '-build/include_order', | ||
| 261 | + '-legal/copyright', | ||
| 262 | + ] | ||
| 258 | 263 | ||
| 259 | 264 | # The default list of categories suppressed for C (not C++) files. | |
| 260 | 265 | _DEFAULT_C_SUPPRESSED_CATEGORIES = [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments