1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2025-10-30 23:17:40 -04:00

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/