mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
21 lines
261 B
YAML
21 lines
261 B
YAML
run:
|
|
deadline: 10m
|
|
|
|
linters:
|
|
enable:
|
|
- errcheck
|
|
- goconst
|
|
- gofmt
|
|
- golint
|
|
- interfacer
|
|
|
|
disable-all: true
|
|
|
|
linters-settings:
|
|
golint:
|
|
min-confidence: 0
|
|
goconst:
|
|
min-len: 2
|
|
min-occurrences: 2
|
|
gofmt:
|
|
auto-fix: false |