mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
8 years ago
1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
engines: |
||||
|
eslint: |
||||
|
enabled: true |
||||
|
csslint: |
||||
|
enabled: true |
||||
|
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/ |
Loading…
Reference in new issue