Disable duplication and fixme engines
This commit is contained in:
parent
6c1c1dd9e7
commit
c925877d01
|
@ -1,30 +1,16 @@
|
|||
---
|
||||
engines:
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- ruby
|
||||
- javascript
|
||||
- python
|
||||
- php
|
||||
enabled: false
|
||||
eslint:
|
||||
enabled: false
|
||||
fixme:
|
||||
enabled: true
|
||||
checks:
|
||||
TODO:
|
||||
enabled: false
|
||||
enabled: false
|
||||
scss-lint:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.inc"
|
||||
- "**.js"
|
||||
- "**.jsx"
|
||||
- "**.module"
|
||||
- "**.php"
|
||||
- "**.py"
|
||||
- "**.rb"
|
||||
- "_sass/**/*.scss"
|
||||
exclude_paths: []
|
||||
|
|
Loading…
Reference in New Issue