dosage/.codeclimate.yml

19 lines
224 B
YAML
Raw Normal View History

2016-03-05 23:41:10 +00:00
---
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/