[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:
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- python
|
||||
version: "2"
|
||||
checks:
|
||||
plugins:
|
||||
fixme:
|
||||
enabled: true
|
||||
radon:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.py"
|
||||
config:
|
||||
python_version: 3
|
||||
threshold: "D"
|
||||
exclude_patterns:
|
||||
- tests/
|
||||
versioneer.py
|
||||
bumblebee_status/_version.py
|
||||
setup.py
|
||||
|
||||
- "tests/"
|
||||
- "versioneer.py"
|
||||
- "bumblebee_status/_version.py"
|
||||
- "setup.py"
|
||||
|
|
Loading…
Reference in a new issue