From 288f764a6aca3ff292f13cd70d1c309c3ec73e3d Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 18 Jul 2025 13:55:15 +0200 Subject: [PATCH] Adjusted rule --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index fd3c5114..2e08e112 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,4 +17,6 @@ CheckOptions: value: '1' - key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor value: '1' + - key: readability-function-cognitive-complexity.IgnoreMacros + value: '1' ...