diff --git a/.clang-tidy b/.clang-tidy index c7515c861ffb83..9e666cd2c951b3 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,6 @@ --- Checks: '-*, + bugprone-argument-comment, bugprone-string-integer-assignment, bugprone-unused-raii, bugprone-use-after-move, @@ -32,4 +33,3 @@ - key: modernize-use-emplace.IgnoreImplicitConstructors value: 1 ... - diff --git a/base/win/.clang-tidy b/base/win/.clang-tidy index 7a757621d5d7d0..d0f8c611c044b3 100644 --- a/base/win/.clang-tidy +++ b/base/win/.clang-tidy @@ -1,5 +1,6 @@ --- Checks: '-*, + bugprone-argument-comment, google-build-namespaces, google-readability-namespace-comments, modernize-avoid-bind,