Add codeclimate

This commit is contained in:
Jinzhu 2015-08-22 08:46:46 +08:00
parent f6f66a60b2
commit 9303e070c8
1 changed files with 11 additions and 0 deletions

11
.codeclimate.yml Normal file
View File

@ -0,0 +1,11 @@
---
engines:
gofmt:
enabled: true
govet:
enabled: true
golint:
enabled: true
ratings:
paths:
- "**.go"