erigon-pulse/.golangci/step2.yml

14 lines
162 B
YAML

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