bumblebee-status/.codeclimate.yml

20 lines
256 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"
2020-05-24 17:06:46 +02:00
exclude_patterns:
2016-12-10 22:20:55 +01:00
- tests/
2020-05-24 13:05:53 +02:00
versioneer.py
bumblebee_status/_version.py
setup.py
2020-05-24 17:06:46 +02:00