python-awips/.codacy.yml

25 lines
393 B
YAML
Raw Permalink Normal View History

2018-10-11 12:39:50 -06:00
---
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/**/*'