This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
feat: Lane Options (backport #272) #769
lint.yml
on: pull_request
golangci-lint
35s
Lint markdown
15s
Annotations
10 errors and 1 warning
golangci-lint:
block/base/lane.go#L147
expected declaration, found '<<' (typecheck)
|
golangci-lint:
block/base/lane.go#L164
illegal character U+0023 '#' (typecheck)
|
golangci-lint:
block/mocks/lane.go#L254
expected declaration, found '<<' (typecheck)
|
golangci-lint:
block/mocks/lane.go#L262
illegal character U+0023 '#' (typecheck)
|
golangci-lint:
tests/app/app.go#L70
could not import github.com/skip-mev/block-sdk/block/base (-: # github.com/skip-mev/block-sdk/block/base
|
golangci-lint:
block/base/lane.go#L147
syntax error: non-declaration statement outside function body
|
golangci-lint:
block/base/lane.go#L164
syntax error: non-declaration statement outside function body
|
golangci-lint:
block/base/lane.go#L164
invalid character U+0023 '#') (typecheck)
|
golangci-lint:
block/mempool_test.go#L117
expected statement, found '<<' (typecheck)
|
golangci-lint:
block/mempool_test.go#L125
expected ';', found ',' (typecheck)
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/block-sdk/block-sdk. Supported file pattern: go.sum
|