Add .codeclimate.yml
This commit is contained in:
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
|
Reference in New Issue
Block a user