golang-ci: Turn up the heat

This commit is contained in:
Jakob Borg 2019-05-18 12:48:21 +02:00
parent eb8df7f632
commit f593ac387c
1 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,21 @@
run:
modules-download-mode: readonly
linters-settings:
maligned:
suggest-new: true
linters:
enable-all: true
disable:
- goimports
- depguard
- lll
- gochecknoinits
- gochecknoglobals
- gofmt
service:
golangci-lint-version: 1.13.x
golangci-lint-version: 1.16.x
prepare:
- go run build.go assets
- GO111MODULE=on go mod vendor