s3manager-web/.golangci.yml
2020-07-21 09:02:26 +02:00

22 lines
293 B
YAML

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