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 c9d147d commit df3e4a7Copy full SHA for df3e4a7
.codeclimate.yml
@@ -6,6 +6,31 @@ plugins:
6
enabled: true
7
govet:
8
9
+checks:
10
+ argument-count:
11
+ config:
12
+ threshold: 4
13
+ complex-logic:
14
15
16
+ file-lines:
17
18
+ threshold: 500
19
+ method-complexity:
20
21
+ threshold: 20
22
+ method-count:
23
24
25
+ method-lines:
26
27
+ threshold: 50
28
+ nested-control-flow:
29
30
31
+ return-statements:
32
33
34
exclude_patterns:
35
- ".circleci"
36
- ".git"
0 commit comments