Skip to content

Commit b07d409

Browse files
committed
Code climate config added
1 parent ba09556 commit b07d409

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.codeclimate.yml

Lines changed: 18 additions & 0 deletions
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+
phpcodesniffer:
8+
enabled: true
9+
config:
10+
file_extensions: "php"
11+
standard: "PSR1,PSR2"
12+
ratings:
13+
paths:
14+
- "**.php"
15+
exclude_paths:
16+
- "examples/**/*"
17+
- "test/**/*"
18+
- "vendor/**/*"

0 commit comments

Comments
 (0)