Skip to content

Commit 2b9476a

Browse files
committed
Update .codeclimate.yml
1 parent 36de15f commit 2b9476a

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.codeclimate.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
languages:
2-
Ruby: false
3-
JavaScript: false
4-
Python: false
5-
PHP: true
1+
engines:
2+
duplication:
3+
enabled: true
4+
config:
5+
languages:
6+
- php
7+
fixme:
8+
enabled: true
9+
phpmd:
10+
enabled: true
11+
ratings:
12+
paths:
13+
- "**.php"
614
exclude_paths:
715
- config/*
816
- tests/*
9-
- vendor/*
17+
- vendor/*

0 commit comments

Comments
 (0)