s3manager-web/.golangci.yml

28 lines
385 B
YAML
Raw Normal View History

2018-10-27 14:59:59 +02:00
linters:
enable-all: true
disable:
2020-11-03 11:36:43 +01:00
- exhaustivestruct
2019-09-05 00:44:02 +02:00
- funlen
2021-04-21 11:37:38 +02:00
- gochecknoglobals
2021-12-30 12:09:42 +01:00
- golint
2021-01-15 14:36:01 +01:00
- ifshort
2021-12-30 12:09:42 +01:00
- interfacer
2019-09-05 00:44:02 +02:00
- lll
2021-12-30 12:09:42 +01:00
- maligned
2020-07-28 09:19:10 +02:00
- nlreturn
2021-12-30 12:09:42 +01:00
- scopelint
- varnamelen
2019-09-05 00:44:02 +02:00
- wsl
2018-10-27 14:59:59 +02:00
issues:
exclude-rules:
- path: _test\.go
linters:
- noctx
2018-10-27 14:59:59 +02:00
linters-settings:
govet:
check-shadowing: true
misspell:
locale: US