diff options
Diffstat (limited to 'buildscripts/lint.py')
-rw-r--r-- | buildscripts/lint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/lint.py b/buildscripts/lint.py index 8b430e2dec7..9ee449071ca 100644 --- a/buildscripts/lint.py +++ b/buildscripts/lint.py @@ -21,7 +21,6 @@ def run_lint( prefix="src/mongo", nudgeOn=False ): nudge.append( '-build/include_order' ) # errors found: 511 nudge.append( '-build/include_what_you_use' ) # errors found: 986 nudge.append( '-build/namespaces' ) # errors found: 131 - nudge.append( '-legal/copyright' ) # errors found: 65 never.append( '-readability/braces' ) # errors found: 880 later.append( '-readability/casting' ) # errors found: 748 nudge.append( '-readability/function' ) # errors found: 49 |