diff --git a/src/.clang-tidy b/src/.clang-tidy index 5a5a3169531..39566c0cb7f 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -5,13 +5,11 @@ bugprone-use-after-move, misc-unused-using-decls, modernize-use-default-member-init, modernize-use-nullptr, -performance-faster-string-find, -performance-for-range-copy, -performance-inefficient-vector-operation, -performance-move-const-arg, -performance-no-automatic-move, -performance-type-promotion-in-math-fn -performance-unnecessary-copy-initialization, +performance-*, +-performance-inefficient-string-concatenation, +-performance-no-int-to-ptr, +-performance-noexcept-move-constructor, +-performance-unnecessary-value-param, readability-const-return-type, readability-redundant-declaration, readability-redundant-string-init,