28 lines
363 B
YAML
28 lines
363 B
YAML
|
---
|
||
|
engines:
|
||
|
duplication:
|
||
|
enabled: true
|
||
|
config:
|
||
|
languages:
|
||
|
- ruby
|
||
|
- javascript
|
||
|
- python
|
||
|
- php
|
||
|
eslint:
|
||
|
enabled: true
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
checks:
|
||
|
TODO:
|
||
|
enabled: false
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.inc"
|
||
|
- "**.js"
|
||
|
- "**.jsx"
|
||
|
- "**.module"
|
||
|
- "**.php"
|
||
|
- "**.py"
|
||
|
- "**.rb"
|
||
|
exclude_paths: []
|