summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy3
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