From 678ed0ed00ee93b2f6989de7fb2bc10fb3fb2977 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 14 Nov 2024 23:50:30 +0100 Subject: Cleanup a bunch of lints --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 9d00686..46025ae 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -29,4 +29,4 @@ Checks: - "-*-signed-bitwise" - "-readability-use-anyofallof" - "-readability-function-cognitive-complexity" -# - "-*-rvalue-reference-param-not-moved" + - "-readability-math-missing-parentheses" -- cgit