clang-tidy: Exclude performance-* checks rather including them

This commit is contained in:
Hennadii Stepanov 2023-03-26 20:18:13 +01:00
parent 2400437230
commit 03ec5b6f9c
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -5,13 +5,11 @@ bugprone-use-after-move,
misc-unused-using-decls, misc-unused-using-decls,
modernize-use-default-member-init, modernize-use-default-member-init,
modernize-use-nullptr, modernize-use-nullptr,
performance-faster-string-find, performance-*,
performance-for-range-copy, -performance-inefficient-string-concatenation,
performance-inefficient-vector-operation, -performance-no-int-to-ptr,
performance-move-const-arg, -performance-noexcept-move-constructor,
performance-no-automatic-move, -performance-unnecessary-value-param,
performance-type-promotion-in-math-fn
performance-unnecessary-copy-initialization,
readability-const-return-type, readability-const-return-type,
readability-redundant-declaration, readability-redundant-declaration,
readability-redundant-string-init, readability-redundant-string-init,