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' ...