2024-02-05 12:16:39 +01:00

21 lines
255 B
YAML

linters:
enable:
- gofmt
- goimports
- ineffassign
- misspell
- revive
- staticcheck
- structcheck
- unconvert
- unused
- varcheck
- vet
disable:
- errcheck
run:
timeout: 3m
skip-dirs:
- vendor