summaryrefslogtreecommitdiff
path: root/buildscripts/lint.py
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-20 23:14:34 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-20 23:14:34 -0400
commit2d3a435f9a20e5471476f8afc9a7752c41c84c96 (patch)
tree92f6011741be6594d3d611aa3c4ec52985469eb2 /buildscripts/lint.py
parente484264ed64dfbe71be222b4be91d57e364e7a8c (diff)
downloadmongo-2d3a435f9a20e5471476f8afc9a7752c41c84c96.tar.gz
SERVER-18579: Suppress lint.py warnings
Diffstat (limited to 'buildscripts/lint.py')
-rw-r--r--buildscripts/lint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/lint.py b/buildscripts/lint.py
index f2ca075d2d4..dfe327c1dba 100644
--- a/buildscripts/lint.py
+++ b/buildscripts/lint.py
@@ -39,6 +39,7 @@ def run_lint( paths, nudgeOn=False ):
never.append( '-readability/braces' ) # errors found: 880
later.append( '-readability/casting' ) # errors found: 748
nudge.append( '-readability/check' ) # errors found: 7
+ nudge.append( '-readability/fn_size' ) # errors found: 1
nudge.append( '-readability/function' ) # errors found: 49
nudge.append( '-readability/inheritance' ) # errors found: 7
later.append( '-readability/namespace' ) # errors found: 876