gomuks/.codeclimate.yml
2018-04-19 11:33:59 +03:00

18 lines
232 B
YAML

version: "2"
checks:
method-count:
config:
threshold: 50
engines:
golint:
enabled: true
checks:
GoLint/Comments/DocComments:
enabled: false
gofmt:
enabled: true
govet:
enabled: true