summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2023-02-13 16:20:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-13 22:16:45 +0000
commit787d5b1b282455dd1034bdc23ec8249b8080d3a4 (patch)
tree4b829ece88571ee64208e62feb209b91e1920165
parentdab81ced807fb71bfe5afc9d3281b9946c6f027b (diff)
downloadmongo-787d5b1b282455dd1034bdc23ec8249b8080d3a4.tar.gz
SERVER-73942 restore uninterruptible lock guard check config.
-rw-r--r--.clang-tidy.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy.in b/.clang-tidy.in
index ee55c2c3420..18b3085aef7 100644
--- a/.clang-tidy.in
+++ b/.clang-tidy.in
@@ -34,6 +34,7 @@ Checks: '-*,
modernize-shrink-to-fit,
modernize-unary-static-assert,
mongo-header-bracket-check,
+ mongo-uninterruptible-lock-guard-check,
performance-faster-string-find,
performance-implicit-conversion-in-loop,
performance-inefficient-algorithm,