s3manager-web/.golangci.yml
2018-11-28 21:13:47 +01:00

18 lines
308 B
YAML

linters:
enable-all: true
disable:
- lll
- dupl
- scopelint
linters-settings:
govet:
check-shadowing: true
maligned:
suggest-new: true
misspell:
locale: US
gocritic:
disabled-checks:
- unlambda # Until https://github.com/go-critic/go-critic/issues/716 is fixed