Skip to content

Commit 5810cc7

Browse files
authored
Merge pull request #718 from w3bdesign/Increase-complexity-treshold
Increase complexity treshold
2 parents a6b3b31 + 9e91550 commit 5810cc7

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)