Add .codeclimate.yml

This commit is contained in:
Tulir Asokan 2018-04-19 11:31:44 +03:00
parent b1dc965a4a
commit f62b27f332
1 changed files with 17 additions and 0 deletions

17
.codeclimate.yml Normal file
View File

@ -0,0 +1,17 @@
version: "2"
checks:
method-count:
config:
threshold: 50
engines:
golint:
enabled: true
checks:
GoLint/Comments/DocComments:
enabled: false
gofmt:
enabled: true
govet:
enabled: true