mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
9f11dabede
* enable_golint_with_conditions * enable_golint_with_conditions
27 lines
343 B
YAML
27 lines
343 B
YAML
run:
|
|
deadline: 10m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- errcheck
|
|
- goconst
|
|
- gofmt
|
|
- golint
|
|
- interfacer
|
|
|
|
linters-settings:
|
|
golint:
|
|
min-confidence: 0
|
|
goconst:
|
|
min-len: 2
|
|
min-occurrences: 2
|
|
gofmt:
|
|
auto-fix: false
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- golint
|
|
text: "should be"
|