mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
24 lines
393 B
YAML
24 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/**/*'
|