Add support for CodeClimate
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
engines:
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- python
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
pep8:
|
||||||
|
enabled: true
|
||||||
|
radon:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.py"
|
||||||
|
exclude_paths:
|
||||||
|
- "setup.py"
|
||||||
Reference in New Issue
Block a user