]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
clang-tidy: Increase the code complexity threshold to 100 for now
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 4 May 2023 14:38:53 +0000 (16:38 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 4 May 2023 14:38:53 +0000 (16:38 +0200)
.clang-tidy.full

index 7f1aae9c4613bca61b1fb9749dab0306cacf4c25..d27618a002f17fd5dbadad974ff242562edf4273 100644 (file)
@@ -405,7 +405,7 @@ CheckOptions:
   - key:             modernize-use-noexcept.UseNoexceptFalse
     value:           'true'
   - key:             readability-function-cognitive-complexity.Threshold
-    value:           '25'
+    value:           '100'
   - key:             cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
     value:           'true'
   - key:             bugprone-argument-comment.IgnoreSingleArgument