mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
355 B
25 lines
355 B
8 years ago
|
engines:
|
||
|
eslint:
|
||
8 years ago
|
enabled: false
|
||
8 years ago
|
csslint:
|
||
8 years ago
|
enabled: false
|
||
8 years ago
|
duplication:
|
||
|
enabled: true
|
||
|
config:
|
||
|
languages:
|
||
|
- python
|
||
|
- javascript
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
radon:
|
||
|
enabled: true
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.py"
|
||
|
- "**.js"
|
||
|
exclude_paths:
|
||
|
- sapl/**/migrations/*
|
||
|
- sapl/**/legacy/*
|
||
|
- sapl/relatorios/
|
||
8 years ago
|
- sapl/templates/*
|