mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
25 lines
393 B
YAML
25 lines
393 B
YAML
|
---
|
||
|
engines:
|
||
|
rubocop:
|
||
|
enabled: true
|
||
|
exclude_paths:
|
||
|
- config/engines.yml
|
||
|
duplication:
|
||
|
enabled: true
|
||
|
exclude_paths:
|
||
|
- config/engines.yml
|
||
|
metrics:
|
||
|
enabled: true
|
||
|
exclude_paths:
|
||
|
- config/engines.yml
|
||
|
coverage:
|
||
|
enabled: true
|
||
|
exclude_paths:
|
||
|
- config/engines.yml
|
||
|
languages:
|
||
|
css:
|
||
|
extensions:
|
||
|
- '-css.resource'
|
||
|
exclude_paths:
|
||
|
- 'thrift/**/*'
|