Add support for CodeClimate

This commit is contained in:
Sergey Petrov
2016-03-26 13:58:41 +03:00
parent 3deab17ac9
commit 78067ce166
+18
View File
@@ -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"