We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff9a6c commit cf480c5Copy full SHA for cf480c5
.codeclimate.yml
@@ -0,0 +1,39 @@
1
+version: "2"
2
+checks:
3
+ argument-count:
4
+ enabled: true
5
+ config:
6
+ threshold: 4
7
+ complex-logic:
8
9
10
11
+ file-lines:
12
13
14
+ threshold: 150
15
+ method-complexity:
16
17
18
+ threshold: 10
19
+ method-count:
20
21
22
+ threshold: 20
23
+ method-lines:
24
25
26
+ threshold: 25
27
+ nested-control-flow:
28
29
30
31
+ return-statements:
32
33
34
35
+ similar-code:
36
37
+ identical-code:
38
39
+
0 commit comments