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.
41 lines
681 B
41 lines
681 B
engines:
|
|
csslint:
|
|
enabled: true
|
|
checks:
|
|
important:
|
|
enabled: false
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
count_threshold: 3
|
|
python:
|
|
python_version: 3
|
|
mass_threshold: 60
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
radon:
|
|
enabled: true
|
|
pep8:
|
|
enabled: true
|
|
checks:
|
|
E501:
|
|
enabled: false
|
|
E111:
|
|
enabled: false
|
|
E114:
|
|
enabled: false
|
|
ratings:
|
|
paths:
|
|
- "**.js"
|
|
- "**.py"
|
|
- "**.css"
|
|
- "**.html"
|
|
exclude_paths:
|
|
- "manage.py"
|
|
- "sapl/__init__.py"
|
|
- "sapl/**/migrations/*"
|
|
- "sapl/**/legacy/*"
|
|
- "sapl/relatorios/"
|
|
|