diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-06-21 14:53:37 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-06-21 14:53:37 -0400 |
commit | da608f5500d66c4c509c3f3794662086393fe743 (patch) | |
tree | 32a7dbfa7f472a0e20baa5dbf98cb267ed60f2a2 /buildscripts/lint.py | |
parent | 2d3a435f9a20e5471476f8afc9a7752c41c84c96 (diff) | |
download | mongo-da608f5500d66c4c509c3f3794662086393fe743.tar.gz |
SERVER-18579: Add lint to enterprise repo, and suppress warning
Diffstat (limited to 'buildscripts/lint.py')
-rw-r--r-- | buildscripts/lint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/lint.py b/buildscripts/lint.py index dfe327c1dba..d4061a9b045 100644 --- a/buildscripts/lint.py +++ b/buildscripts/lint.py @@ -42,6 +42,7 @@ def run_lint( paths, nudgeOn=False ): nudge.append( '-readability/fn_size' ) # errors found: 1 nudge.append( '-readability/function' ) # errors found: 49 nudge.append( '-readability/inheritance' ) # errors found: 7 + nudge.append( '-readability/multiline_comment' ) # errors found: 1 later.append( '-readability/namespace' ) # errors found: 876 later.append( '-readability/streams' ) # errors found: 72 later.append( '-readability/todo' ) # errors found: 309 |