From 8f7d4923b761a12d6aa760b34846484604caea9e Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 23 May 2024 14:12:02 +0200 Subject: [PATCH] wip --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 89a5afdc4..c724cc0c4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -54,6 +54,7 @@ Checks: > performance-*, -performance-noexcept-move-constructor, -performance-no-int-to-ptr, + -performance-type-promotion-in-math-fn, readability-*, -readability-avoid-const-params-in-decls, -readability-braces-around-statements,