Skip to content

Commit 1651f73

Browse files
committed
Raise cogitive complexity limit to 6
1 parent 13f5e50 commit 1651f73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.codeclimate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ plugins:
77
- javascript
88
fixme:
99
enabled: true
10+
checks:
11+
method-complexity:
12+
config:
13+
threshold: 6
1014
exclude_patterns:
1115
- "dist/"
1216
- "docs/"

0 commit comments

Comments
 (0)