s3manager-web/.golangci.yml
2021-04-21 11:37:38 +02:00

24 lines
341 B
YAML

linters:
enable-all: true
disable:
- exhaustivestruct
- funlen
- gochecknoglobals
- ifshort
- lll
- nlreturn
- wsl
issues:
exclude-rules:
- path: _test\.go
linters:
- noctx
linters-settings:
govet:
check-shadowing: true
maligned:
suggest-new: true
misspell:
locale: US