dosage/.codeclimate.yml
2019-12-31 18:25:04 +01:00

21 lines
282 B
YAML

---
engines:
duplication:
enabled: true
config:
languages:
python:
python_version: 3
mass_threshold: 64
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/