diff --git a/src/.clang-tidy b/src/.clang-tidy index 4e0af3f379b..20b9178d2c8 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -23,10 +23,14 @@ modernize-use-starts-ends-with, performance-*, -performance-avoid-endl, -performance-enum-size, +-performance-faster-string-find, -performance-inefficient-string-concatenation, -performance-no-int-to-ptr, -performance-noexcept-move-constructor, +-performance-prefer-single-char-overloads, +-performance-string-view-conversions, -performance-unnecessary-value-param, +-performance-use-std-move, readability-avoid-const-params-in-decls, readability-const-return-type, readability-container-contains,