From bcdad5b8762060c82a0b7840cb905e69ddb9a65e Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 3 Jul 2025 18:37:18 +0200 Subject: Add numbers parsing --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 598d27b..ed23f75 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -21,3 +21,4 @@ Checks: - "-cppcoreguidelines-pro-type-union-access" - "-*-copy-assignment-signature" - "-*-unconventional-assign-operator" + - "-readability-math-missing-parentheses" -- cgit