Skip to content

Commit 9e91550

Browse files
authored
Increase complexity treshold
1 parent a6b3b31 commit 9e91550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ checks:
1616
method-complexity:
1717
enabled: true
1818
config:
19-
threshold: 5
19+
threshold: 15
2020
method-count:
2121
enabled: true
2222
config:

0 commit comments

Comments
 (0)