Add CodeClimate config.

This commit is contained in:
Tobias Gruetzmacher 2016-03-06 00:41:10 +01:00
parent 41c03af3d9
commit b6a6a34a44

18
.codeclimate.yml Normal file
View 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/