summaryrefslogtreecommitdiff
path: root/.clang-tidy.in
diff options
context:
space:
mode:
authorJuan Gu <juan.gu@mongodb.com>2023-03-27 23:21:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-28 01:06:44 +0000
commit28c4056019e8ceae6c97e31c26f571a8b6ff16f9 (patch)
treedb4a49e4d0392a63ef7c30cbf7fc53f3df32c4c5 /.clang-tidy.in
parenta66abc65d64797c8715d7329e4542e0880574300 (diff)
downloadmongo-28c4056019e8ceae6c97e31c26f571a8b6ff16f9.tar.gz
SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidy
Diffstat (limited to '.clang-tidy.in')
-rw-r--r--.clang-tidy.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-tidy.in b/.clang-tidy.in
index 2230cf40dc3..31cd6eb3137 100644
--- a/.clang-tidy.in
+++ b/.clang-tidy.in
@@ -35,6 +35,9 @@ Checks: '-*,
modernize-unary-static-assert,
mongo-cctype-check,
mongo-header-bracket-check,
+ mongo-std-atomic-check,
+ mongo-mutex-check,
+ mongo-assert-check,
mongo-std-optional-check,
mongo-uninterruptible-lock-guard-check,
mongo-volatile-check,