bumblebee-status/.codeclimate.yml

16 lines
234 B
YAML
Raw Normal View History

2020-05-25 07:33:43 +02:00
version: "2"
checks:
plugins:
2016-12-10 22:20:55 +01:00
fixme:
enabled: true
radon:
enabled: true
2020-05-25 07:33:43 +02:00
config:
python_version: 3
threshold: "D"
2020-05-24 17:06:46 +02:00
exclude_patterns:
2020-05-25 07:33:43 +02:00
- "tests/"
- "versioneer.py"
- "bumblebee_status/_version.py"
- "setup.py"