mirror of
https://github.com/fergalmoran/fsai-api.git
synced 2025-12-22 09:18:39 +00:00
31 lines
402 B
YAML
31 lines
402 B
YAML
---
|
|
engines:
|
|
csslint:
|
|
enabled: false
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- css
|
|
- html
|
|
- javascript
|
|
- python
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
radon:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.html"
|
|
- "**.css"
|
|
- "**.js"
|
|
- "**.py"
|
|
exclude_paths:
|
|
- app/static/*
|
|
checks:
|
|
argument-count:
|
|
config:
|
|
threshold: 6
|