clang-tidy: Set cognitive complexity threshold to 30.
25 is a bit low with a try-catch-block in a for-loop.
This commit is contained in:
parent
2489c444df
commit
9cc1823b3b
@ -44,4 +44,5 @@ CheckOptions: # ↓ Clashes with static private member prefix. (static int _va
|
||||
- { key: readability-identifier-naming.EnumCase, value: lower_case }
|
||||
- { key: readability-identifier-naming.FunctionCase, value: lower_case }
|
||||
- { key: readability-identifier-naming.ParameterCase, value: lower_case }
|
||||
- { key: readability-function-cognitive-complexity.Threshold, value: 30 }
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user