-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tools
-
Fully Compatible
-
ALL
The patch at https://evergreen.mongodb.com/build/mongodb_mongo_master_linux_64_77b5a7cd3d8f95c411549c1342b6fb696e352adc_15_10_08_19_37_01
passed lint, but has en error that broke the lint check on master:
My commit to fix it shows the exact formatting error that wasn't detected:
commit 177e91b765ae7b966bd17a0eadf80635b0417023
Author: Geert Bosch <geert@mongodb.com>
Date: Fri Oct 9 12:13:22 2015 -0400
SERVER-19521: Fix lint
diff --git a/src/mongo/dbtests/validate_tests.cpp b/src/mongo/dbtests/validate_tests.cpp
index 1175171..48ee3a8 100644
— a/src/mongo/dbtests/validate_tests.cpp
+++ b/src/mongo/dbtests/validate_tests.cpp
@@ -167,7 +167,7 @@ public:
ASSERT_FALSE(checkValid());
- duplicates
-
SERVER-19986 clang-format.py lint fails in mci if files were deleted
- Closed