mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
CodeClimate Config
This commit is contained in:
22
.codeclimate.yml
Normal file
22
.codeclimate.yml
Normal 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: []
|
Reference in New Issue
Block a user