s3manager-web/.golangci.yml
2021-12-30 12:09:42 +01:00

27 lines
385 B
YAML

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