mirror of https://github.com/Chocobozzz/PeerTube
Remove unused code climate
parent
17b7d4b315
commit
7b9f22ed2a
|
@ -1,23 +0,0 @@
|
||||||
---
|
|
||||||
engines:
|
|
||||||
csslint:
|
|
||||||
enabled: false
|
|
||||||
duplication:
|
|
||||||
enabled: true
|
|
||||||
config:
|
|
||||||
languages:
|
|
||||||
- typescript
|
|
||||||
eslint:
|
|
||||||
enabled: true
|
|
||||||
fixme:
|
|
||||||
enabled: true
|
|
||||||
ratings:
|
|
||||||
paths:
|
|
||||||
- "**.css"
|
|
||||||
- "**.js"
|
|
||||||
exclude_paths:
|
|
||||||
- config/
|
|
||||||
- node_modules/
|
|
||||||
- scripts/
|
|
||||||
- server/tests/
|
|
||||||
- .tmp/
|
|
Loading…
Reference in New Issue