Create .codeclimate.yml

Created a Code Climate config with PHP Code Sniffer and our duplication engine enabled.
This commit is contained in:
Scott Larkin 2017-02-03 12:52:57 -05:00 committed by GitHub
parent b70e11caef
commit 65cad76536

16
.codeclimate.yml Normal file
View File

@ -0,0 +1,16 @@
engines:
duplication:
enabled: true
config:
languages:
- php
phpcodesniffer:
enabled: true
config:
standard: "PSR1,PSR2"
ratings:
paths:
- "**.php"
exclude_paths: