diff --git a/.clang-tidy b/.clang-tidy index e46c0873..57d71dc5 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -23,5 +23,9 @@ CheckOptions: value: 255.0;1.0; - key: readability-function-cognitive-complexity.IgnoreMacros value: true + - key: readability-function-cognitive-complexity.Threshold + value: 50 - key: readability-function-cognitive-complexity.DescribeBasicIncrements value: true + - key: bugprone-signed-char-misuse.CharTypdefsToIgnore + value: int8_t