summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-21 14:53:37 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-07-29 17:23:37 -0400
commit3c09b108c8cbe21f904cf4c388fb9c9f19ed8dd5 (patch)
tree438269d7ae15907b66a42bf5d0b553b51af34d0f
parent994555226640bd9059c70e87e6f9b7d4d2d5f099 (diff)
downloadmongo-3c09b108c8cbe21f904cf4c388fb9c9f19ed8dd5.tar.gz
SERVER-18579: Add lint to enterprise repo, and suppress warning
(cherry picked from commit da608f5500d66c4c509c3f3794662086393fe743)
-rw-r--r--buildscripts/lint.py1
-rw-r--r--etc/evergreen.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/lint.py b/buildscripts/lint.py
index 498bd8a3354..51c17bd6d65 100644
--- a/buildscripts/lint.py
+++ b/buildscripts/lint.py
@@ -28,6 +28,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
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 12798e1403b..e920234de9c 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -3337,6 +3337,7 @@ buildvariants:
- name: compile
distros:
- rhel55
+ - name: lint
- name: audit
- name: audit_WT
- name: jsCore_auth