From: Remi Gacogne Date: Thu, 4 May 2023 14:38:53 +0000 (+0200) Subject: clang-tidy: Increase the code complexity threshold to 100 for now X-Git-Tag: auth-4.8.0~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5069e089f01faf60c41e9695be42d72fec06a94d;p=thirdparty%2Fpdns.git clang-tidy: Increase the code complexity threshold to 100 for now --- diff --git a/.clang-tidy.full b/.clang-tidy.full index 7f1aae9c46..d27618a002 100644 --- a/.clang-tidy.full +++ b/.clang-tidy.full @@ -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