mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
33 lines
421 B
YAML
33 lines
421 B
YAML
---
|
|
engines:
|
|
csslint:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- ruby
|
|
- javascript
|
|
- python
|
|
- php
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
radon:
|
|
enabled: true
|
|
rubocop:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.css"
|
|
- "**.inc"
|
|
- "**.js"
|
|
- "**.jsx"
|
|
- "**.module"
|
|
- "**.php"
|
|
- "**.py"
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- config/
|