mirror of https://github.com/interlegis/sapl.git
committed by
GitHub
1 changed files with 41 additions and 0 deletions
@ -0,0 +1,41 @@ |
|||||
|
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/" |
||||
Loading…
Reference in new issue