erigon-pulse/.golangci/step2.yml

14 lines
162 B
YAML
Raw Normal View History

run:
deadline: 10m
linters:
enable:
- govet
- structcheck
- stylecheck
disable-all: true
linters-settings:
govet:
check-shadowing: true