summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-10-13 10:17:47 -0400
committerMatt Kangas <matt.kangas@mongodb.com>2014-10-13 22:28:55 -0400
commit564a8b6fbec35a030024df75b791cecf71ab5059 (patch)
tree407ae94c7e9f56edbc8389ccba14496444b386f3 /buildscripts
parent7fb64deba5ccdda9c9375dd91cde75a05e7c62a0 (diff)
downloadmongo-564a8b6fbec35a030024df75b791cecf71ab5059.tar.gz
Revert "SERVER-14352: turn off some lint options for rocks"
This reverts commit 666086390440aac3b13f28bac233a58cd4dd968b.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/lint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/lint.py b/buildscripts/lint.py
index 5574d7804f9..4ee4f2a626e 100644
--- a/buildscripts/lint.py
+++ b/buildscripts/lint.py
@@ -21,7 +21,6 @@ def run_lint( paths, 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( '-build/storage_class' ) # conflicts with c++11 auto in rocks
never.append( '-readability/braces' ) # errors found: 880
later.append( '-readability/casting' ) # errors found: 748
nudge.append( '-readability/function' ) # errors found: 49