Skip to content

Commit 7002cc3

Browse files
committed
Configure Code Climate analysis
1 parent 37285ba commit 7002cc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.codeclimate.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "2"
2+
exclude_patterns:
3+
- "integrationtests/"
4+
checks:
5+
method-lines:
6+
config:
7+
threshold: 120
8+
method-complexity:
9+
config:
10+
threshold: 15
11+
return-statements:
12+
enabled: false

0 commit comments

Comments
 (0)