We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391fc80 commit e74f199Copy full SHA for e74f199
tools/cpplint.py
@@ -254,7 +254,12 @@
254
# flag. By default all errors are on, so only add here categories that should be
255
# off by default (i.e., categories that must be enabled by the --filter= flags).
256
# All entries here should start with a '-' or '+', as in the --filter= flag.
257
-_DEFAULT_FILTERS = ['-build/include_alpha']
+_DEFAULT_FILTERS = [
258
+ '-build/include',
259
+ '-build/include_alpha',
260
+ '-build/include_order',
261
+ '-legal/copyright',
262
+ ]
263
264
# The default list of categories suppressed for C (not C++) files.
265
_DEFAULT_C_SUPPRESSED_CATEGORIES = [
0 commit comments