🏡 index : ~doyle/koselig.git

author Jordan Doyle <jordan@doyle.wf> 2016-10-03 18:58:32.0 +00:00:00
committer Jordan Doyle <jordan@doyle.wf> 2016-10-03 18:58:32.0 +00:00:00
commit
1772ef22979eccf6aaf2d12a90e0e517c5339d2a [patch]
tree
b0845d4862a0a9cefc282a11edea6ef410dfb0ec
parent
ba95ff711cf24ccaddb2c917c3af07d5c10d07f0
download
1772ef22979eccf6aaf2d12a90e0e517c5339d2a.tar.gz

Add codeclimate config



Diff

 .codeclimate.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..8af83c3
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,16 @@
engines:
  phpcodesniffer:
    enabled: true
    config:
      file_extensions: "php"
      standard: "PSR1,PSR2"
      ignore_warnings: true
      encoding: utf-8
  phpmd:
    enabled: true
    config:
      file_extensions: "php"
      rulesets: "cleancode,codesize,controversial,design,naming"
ratings:
  paths:
  - "**.php"