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 e57130c commit bb35da9Copy full SHA for bb35da9
.codeclimate.yml
@@ -1,7 +1,26 @@
1
version: 2
2
checks:
3
- identitcal-code:
4
- config:
+ checks:
+ argument-count:
5
+ enabled: true
6
+ complex-logic:
7
8
+ file-lines:
9
10
+ method-complexity:
11
12
+ method-count:
13
14
+ method-lines:
15
16
+ nested-control-flow:
17
18
+ return-statements:
19
20
+ similar-code:
21
22
+ identical-code:
23
24
plugins:
25
pmd:
26
enabled: true
0 commit comments