We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ff54e commit 4d8576bCopy full SHA for 4d8576b
.codeclimate.yml
@@ -11,3 +11,32 @@ plugins:
11
- src/test/**
12
- app/src/test/**
13
minimum_severity: major
14
+checks:
15
+ argument-count:
16
+ config:
17
+ threshold: 5
18
+ complex-logic:
19
20
+ threshold: 10
21
+ file-lines:
22
23
+ threshold: 250
24
+ method-complexity:
25
26
27
+ method-count:
28
29
+ threshold: 20
30
+ method-lines:
31
32
+ threshold: 25
33
+ nested-control-flow:
34
35
+ threshold: 4
36
+ return-statements:
37
38
39
+ similar-code:
40
+ enabled: false
41
+ identical-code:
42
0 commit comments