diff options
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index df6d027..13d6a7b 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -6,11 +6,10 @@ Checks: > -*-narrowing-conversions, -bugprone-easily-swappable-parameters, -cert-err33-c, - -clang-analyzer-unix.Malloc, -hicpp-signed-bitwise, -misc-no-recursion, -readability-identifier-length, CheckOptions: - key: readability-function-cognitive-complexity.Threshold - value: '75' + value: '21' InheritParentConfig: true |