s3manager-web/.golangci.yml

18 lines
308 B
YAML
Raw Normal View History

2018-10-27 14:59:59 +02:00
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