mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
27 lines
417 B
YAML
27 lines
417 B
YAML
run:
|
|
deadline: 10m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- govet
|
|
- structcheck
|
|
- stylecheck
|
|
- staticcheck
|
|
- goerr113
|
|
|
|
linters-settings:
|
|
govet:
|
|
check-shadowing: true
|
|
|
|
issues:
|
|
exclude:
|
|
- composites
|
|
exclude-rules:
|
|
- linters:
|
|
- goerr113
|
|
text: "do not define dynamic errors"
|
|
- linters:
|
|
- stylecheck
|
|
text: "(should be|should have name of the form)"
|