Skip to content

Commit 9ab94f0

Browse files
committed
CodeClimate configuration added.
1 parent efa0bd2 commit 9ab94f0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.codeclimate.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
engines:
2+
duplication:
3+
enabled: true
4+
config:
5+
languages:
6+
- php
7+
fixme:
8+
enabled: true
9+
phpmd:
10+
enabled: true
11+
duplication:
12+
enabled: true
13+
ratings:
14+
paths:
15+
- "**.php"
16+
exclude_paths:
17+
- tests/
18+
- docs/

0 commit comments

Comments
 (0)