Skip to content

Commit 83c2b8c

Browse files
committed
Update max function complexity for static code analyzer.
1 parent 4b82f83 commit 83c2b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ CheckOptions:
4444
- key: readability-function-cognitive-complexity.IgnoreMacros
4545
value: true
4646
- key: readability-function-cognitive-complexity.Threshold
47-
value: 100
47+
value: 110
4848

4949

0 commit comments

Comments
 (0)