dosage/.codeclimate.yml

21 lines
282 B
YAML
Raw Normal View History

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