Add .codeclimate.yml
This commit is contained in:
parent
b1dc965a4a
commit
f62b27f332
17
.codeclimate.yml
Normal file
17
.codeclimate.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user