[CI] Add config file for Code Climate

This commit is contained in:
Tobi-wan Kenobi 2016-12-10 22:20:55 +01:00
parent fbd7801d8d
commit 8f759e6134

19
.codeclimate.yml Normal file
View file

@ -0,0 +1,19 @@
engines:
duplication:
enabled: true
exclude_fingerprints:
- 729e672cc5eafa97b4ff7b4487b43e73
- b6bcd0bad16e901a7e93b31776477fde
- 39aa354fb2009c102f8b297a4eade693
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/