summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorJuan Gu <juan.gu@mongodb.com>2022-08-25 15:36:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-25 16:51:15 +0000
commit8da4f60772acaebf6e561a9d5c5b527457559eca (patch)
tree9877bc120e878b06b1cce185c0c1c88e01151131 /.clang-tidy
parentcf6316677c0ddc98835789c8e659f356f6295bfa (diff)
downloadmongo-8da4f60772acaebf6e561a9d5c5b527457559eca.tar.gz
SERVER-68840 tidy clang bugprone-fold-init-type fix
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 5d74af5d5d6..45f37f85dab 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,3 +1,3 @@
-Checks: '-*,bugprone-unused-raii,bugprone-use-after-move,readability-const-return-type,readability-avoid-const-params-in-decls,boost-use-to-string,bugprone-inaccurate-erase,bugprone-integer-division,modernize-make-shared'
+Checks: '-*,bugprone-unused-raii,bugprone-use-after-move,readability-const-return-type,readability-avoid-const-params-in-decls,boost-use-to-string,bugprone-inaccurate-erase,bugprone-integer-division,modernize-make-shared,bugprone-fold-init-type'
WarningsAsErrors: '*'
HeaderFilterRegex: '(mongo/.*|build/.*)'