1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

CodeClimate Config

This commit is contained in:
Cameron
2016-04-18 09:47:42 -07:00
parent b61c29e89f
commit d726860096

22
.codeclimate.yml Normal file
View File

@@ -0,0 +1,22 @@
---
engines:
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- javascript
- php
eslint:
enabled: false
fixme:
enabled: false
phpmd:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
- "**.php"
exclude_paths: []