bumblebee-status/.codeclimate.yml
2017-09-30 11:57:04 +02:00

16 lines
208 B
YAML

engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/
- thirdparty/