dosage/.codeclimate.yml

21 lines
282 B
YAML
Raw Normal View History

2016-03-05 23:41:10 +00:00
---
engines:
duplication:
enabled: true
config:
languages:
2019-12-31 17:12:25 +00:00
python:
python_version: 3
mass_threshold: 64
2016-03-05 23:41:10 +00:00
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/