mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 20:47:16 +00:00
14 lines
162 B
YAML
14 lines
162 B
YAML
run:
|
|
deadline: 10m
|
|
|
|
linters:
|
|
enable:
|
|
- govet
|
|
- structcheck
|
|
- stylecheck
|
|
|
|
disable-all: true
|
|
|
|
linters-settings:
|
|
govet:
|
|
check-shadowing: true |