Skip to content

Commit

Permalink
clang-tidy: Lower the code complexity threshold to 50
Browse files Browse the repository at this point in the history
Let's see how it goes.
  • Loading branch information
rgacogne committed May 5, 2023
1 parent 5069e08 commit f546737
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: '100'
value: '50'
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 'true'
- key: bugprone-argument-comment.IgnoreSingleArgument
Expand Down

0 comments on commit f546737

Please sign in to comment.