mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 01:39:15 +02:00
add codeclimate settings
This commit is contained in:
parent
790cd9fd3a
commit
8b38e26735
4 changed files with 239 additions and 0 deletions
23
.codeclimate.yml
Normal file
23
.codeclimate.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
engines:
|
||||
csslint:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- javascript
|
||||
- php
|
||||
eslint:
|
||||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
phpmd:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "css/**.css"
|
||||
- "js/zerobin.js"
|
||||
- "lib/**.php"
|
||||
- "index.php"
|
||||
exclude_paths: []
|
Loading…
Add table
Add a link
Reference in a new issue