Skip to content

Commit 9eab7f9

Browse files
authored
Update CodeClimate config
1 parent 9d74c24 commit 9eab7f9

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

.codeclimate.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
engines:
2+
version: "2"
3+
plugins:
34
duplication:
45
enabled: true
56
config:
@@ -12,23 +13,11 @@ engines:
1213
enabled: true
1314
phpmd:
1415
enabled: true
15-
plugins:
1616
phpcodesniffer:
1717
enabled: true
18-
phpmd:
19-
enabled: true
2018
SonarPHP:
2119
enabled: true
2220
phan:
2321
enabled: true
24-
ratings:
25-
paths:
26-
- "**.inc"
27-
- "**.js"
28-
- "**.jsx"
29-
- "**.module"
30-
- "**.php"
31-
- "**.py"
32-
- "**.rb"
33-
exclude_paths:
34-
- tests/
22+
exclude_patterns:
23+
- "tests/"

0 commit comments

Comments
 (0)