s3manager-web/.golangci.yml
2020-11-09 09:46:58 +01:00

24 lines
320 B
YAML

linters:
enable-all: true
disable:
- exhaustivestruct
- 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