bumblebee-status/.codeclimate.yml

20 lines
304 B
YAML
Raw Normal View History

2020-05-25 05:33:43 +00:00
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
python:
2016-12-10 21:20:55 +00:00
fixme:
enabled: true
radon:
enabled: true
2020-05-25 05:33:43 +00:00
config:
python_version: 3
threshold: "D"
2020-05-24 15:06:46 +00:00
exclude_patterns:
2020-05-25 05:33:43 +00:00
- "tests/"
- "versioneer.py"
- "bumblebee_status/_version.py"
- "setup.py"