s3manager-web/.golangci.yml

23 lines
293 B
YAML
Raw Normal View History

2018-10-27 14:59:59 +02:00
linters:
enable-all: true
disable:
- dupl
2019-09-05 00:44:02 +02:00
- funlen
- lll
2018-10-27 14:59:59 +02:00
- scopelint
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
maligned:
suggest-new: true
misspell:
locale: US