Thanks to visit codestin.com Credit goes to github.com
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 7eee081 commit 88ca92cCopy full SHA for 88ca92c
.codeclimate.yml
@@ -1,3 +1,25 @@
1
+version: "2"
2
+checks:
3
+ argument-count:
4
+ enabled: false
5
+ complex-logic:
6
7
+ file-lines:
8
9
+ identical-code:
10
11
+ method-complexity:
12
13
+ method-count:
14
15
+ method-lines:
16
17
+ nested-control-flow:
18
19
+ return-statements:
20
21
+ similar-code:
22
23
plugins:
24
rubocop:
25
enabled: true
0 commit comments