gomuks/.codeclimate.yml

18 lines
232 B
YAML
Raw Permalink Normal View History

2018-04-19 10:31:44 +02:00
version: "2"
checks:
method-count:
config:
threshold: 50
engines:
golint:
enabled: true
checks:
GoLint/Comments/DocComments:
enabled: false
gofmt:
enabled: true
govet:
enabled: true