-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.codeclimate.yml
More file actions
43 lines (43 loc) · 814 Bytes
/
.codeclimate.yml
File metadata and controls
43 lines (43 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: "2"
checks:
fixme:
enabled: true
phpmd:
enabled: true
config:
rulesets: rulesets.xml
similar-code:
config:
threshold: 106
identical-code:
config:
threshold: 80
file-lines:
enabled: true
config:
threshold: 400
method-count:
enabled: true
config:
threshold: 30
argument-count:
enabled: true
config:
threshold: 6
complex-logic:
enabled: true
config:
threshold: 6
method-complexity:
enabled: true
config:
threshold: 7
plugins:
duplication:
enabled: true
exclude_patterns:
- "src/Phug/Phug/Phug/Optimizer.php"
- "src/Phug/Util/CompatibilityUtil/TestCaseTyped.php"
- "src/Phug/Util/CompatibilityUtil/TestCaseUntyped.php"
exclude_patterns:
- "**/tests/**"