[codeclimate] update config
This commit is contained in:
parent
6af724d1d5
commit
47177a802f
1 changed files with 10 additions and 14 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue