summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-04-04 15:07:28 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-04-04 15:07:28 -0400
commit2700f16594bfb76eb6af5c194bd9b764ad00b586 (patch)
tree8ca7b4ff07a162beede79c3de1667add220bc7a6 /SConstruct
parent6fa3f3c8b5f6592fec3151d124a40ca238a0b2d4 (diff)
downloadmongo-2700f16594bfb76eb6af5c194bd9b764ad00b586.tar.gz
SERVER-19986 clang_format.py lint should enumerate all files for scons integration
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 571ece51030..093a2314892 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2531,7 +2531,7 @@ def doLint( env , target , source ):
raise Exception("ESLint errors")
import buildscripts.clang_format
- if not buildscripts.clang_format.lint(None, []):
+ if not buildscripts.clang_format.lint_all(None):
raise Exception("clang-format lint errors")
import buildscripts.lint