vuln-list-update/.golangci.yml

15 lines
181 B
YAML
Raw Normal View History

2022-04-06 14:25:07 +06:00
run:
go: 1.18
timeout: 5m
linters:
enable:
- gofmt
disable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- unused