client/.golangci.yaml

13 lines
121 B
YAML

run:
timeout: 5m
build-tags:
- e2e
linters:
enable:
- unconvert
- prealloc
disable:
- errcheck