diff --git a/.clang-tidy b/.clang-tidy index 8f898e9904..f571e16254 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -23,6 +23,5 @@ Checks: | performance-type-promotion-in-math-fn, performance-faster-string-find, performance-inefficient-algorithm, - performance-move-const-arg, - cppcoreguidelines-init-variables + performance-move-const-arg WarningsAsErrors: '*'