Add CodeClimate config.
This commit is contained in:
parent
41c03af3d9
commit
b6a6a34a44
1 changed files with 18 additions and 0 deletions
18
.codeclimate.yml
Normal file
18
.codeclimate.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
engines:
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- python
|
||||
fixme:
|
||||
enabled: true
|
||||
radon:
|
||||
enabled: true
|
||||
pep8:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.py"
|
||||
exclude_paths:
|
||||
- tests/
|
Loading…
Reference in a new issue