s3manager-web/.golangci.yml
Lena Fuhrimann 0a81f4a031 Use Go 1.13
2020-02-17 09:38:47 +01:00

17 lines
214 B
YAML

linters:
enable-all: true
disable:
- dupl
- funlen
- lll
- scopelint
- wsl
linters-settings:
govet:
check-shadowing: true
maligned:
suggest-new: true
misspell:
locale: US