Skip to content

Commit

Permalink
Merge pull request PowerDNS#12788 from rgacogne/clang-tidy-increase-c…
Browse files Browse the repository at this point in the history
…ode-complexity-threshold

clang-tidy: Increase the code complexity threshold to 50 for now
  • Loading branch information
rgacogne authored May 5, 2023
2 parents b4a11bc + f546737 commit d0f9cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy.full
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ CheckOptions:
- key: modernize-use-noexcept.UseNoexceptFalse
value: 'true'
- key: readability-function-cognitive-complexity.Threshold
value: '25'
value: '50'
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 'true'
- key: bugprone-argument-comment.IgnoreSingleArgument
Expand Down

0 comments on commit d0f9cf5

Please sign in to comment.