s3manager-web/.golangci.yml
2020-08-11 11:46:55 +02:00

23 lines
297 B
YAML

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