summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorJuan Gu <juan.gu@mongodb.com>2022-08-19 20:30:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-19 21:28:53 +0000
commit50ce932ad0e2542e9238d968d3f7ce1a163f5b42 (patch)
tree934a1db2a509590ec05d1887d5d16841160ca96e /.clang-tidy
parentbd3a4efde0c07c5760111607d268383a83a6bce4 (diff)
downloadmongo-50ce932ad0e2542e9238d968d3f7ce1a163f5b42.tar.gz
SERVER-68830 did some tidy clang fixes
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 ea5badd8c12..06ba2c49431 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'
+Checks: '-*,bugprone-unused-raii,bugprone-use-after-move,readability-const-return-type,readability-avoid-const-params-in-decls,boost-use-to-string'
WarningsAsErrors: '*'
HeaderFilterRegex: '(mongo/.*|build/.*)'