summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorJuan Gu <juan.gu@mongodb.com>2022-09-01 19:52:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-01 21:10:51 +0000
commit83746d12c98402b88a173d35757138b59f27bc5a (patch)
treecb9fcbee6d7d3503c89ac3ad055a164426aa3351 /.clang-tidy
parent8834bd03c22a3a0d21227def26d7a474dafaabc8 (diff)
downloadmongo-83746d12c98402b88a173d35757138b59f27bc5a.tar.gz
SERVER-69156 fix misc-uniqueptr-reset-release warning
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 3915da863cb..e019ac6454c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -25,6 +25,7 @@ Checks: '-*,
bugprone-undelegated-constructor,
hicpp-static-assert,
hicpp-undelegated-constructor,
+ misc-uniqueptr-reset-release,
modernize-replace-auto-ptr,
modernize-replace-random-shuffle,
modernize-shrink-to-fit,
@@ -82,7 +83,6 @@ Checks: '-*,
-misc-static-assert,
-misc-throw-by-value-catch-by-reference,
-misc-unconventional-assign-operator,
- -misc-uniqueptr-reset-release,
-misc-unused-alias-decls,
-modernize-avoid-bind,
-modernize-use-bool-literals,