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