Skip to content

Commit 3ea49c9

Browse files
committed
Add code-climate config
1 parent 5b098b2 commit 3ea49c9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.codeclimate.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
engines:
2+
duplication:
3+
enabled: true
4+
config:
5+
languages:
6+
- php
7+
fixme:
8+
enabled: true
9+
phpcodesniffer:
10+
enabled: true
11+
phan:
12+
enabled: true
13+
config:
14+
file_extensions: "php"
15+
phpmd:
16+
enabled: true
17+
checks:
18+
CleanCode/StaticAccess:
19+
enabled: false
20+
Naming/ShortVariable:
21+
enabled: false
22+
ratings:
23+
paths:
24+
- "**.php"
25+
26+
exclude_paths:
27+
- tests/

0 commit comments

Comments
 (0)