[codeclimate] update config

This commit is contained in:
tobi-wan-kenobi 2020-05-25 07:33:43 +02:00
parent 6af724d1d5
commit 47177a802f

View file

@ -1,19 +1,15 @@
engines: version: "2"
duplication: checks:
enabled: true plugins:
config:
languages:
- python
fixme: fixme:
enabled: true enabled: true
radon: radon:
enabled: true enabled: true
ratings: config:
paths: python_version: 3
- "**.py" threshold: "D"
exclude_patterns: exclude_patterns:
- tests/ - "tests/"
versioneer.py - "versioneer.py"
bumblebee_status/_version.py - "bumblebee_status/_version.py"
setup.py - "setup.py"