create codeclimate file

code analytic
This commit is contained in:
Avelino 2017-05-13 12:58:29 -03:00
parent 94aeb5753a
commit 2113978b8a
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

22
.codeclimate.yml Normal file
View File

@ -0,0 +1,22 @@
---
engines:
rubocop:
enabled: true
golint:
enabled: true
gofmt:
enabled: true
govet:
enabled: true
fixme:
enabled: true
duplication:
enabled: true
config:
languages:
- go
ratings:
paths:
- "**.go"
exclude_paths:
- vendor/