bumblebee-status/.codeclimate.yml

17 lines
208 B
YAML
Raw Normal View History

2016-12-10 22:20:55 +01:00
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/
- thirdparty/