s3manager-web/.golangci.yml
2022-04-19 21:39:28 +02:00

28 lines
398 B
YAML

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