feat: minimal binary #39
Annotations
7 errors and 8 warnings
Run golangci/[email protected]:
cmd/evm-middleware/main.go#L5
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
Run golangci/[email protected]:
mocks/mocks.go#L95
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
Run golangci/[email protected]:
mocks/mocks.go#L194
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
Run golangci/[email protected]:
execution_test.go#L173
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
Run golangci/[email protected]:
execution.go#L19
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
Run golangci/[email protected]:
execution_test.go#L16
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
Run golangci/[email protected]
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci/[email protected]:
mocks/mocks.go#L15
exported: exported type MockEngineAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L19
exported: exported type ForkchoiceState should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L27
exported: exported function NewMockEngineAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L105
exported: exported type MockEthAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L109
exported: exported function NewMockEthAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L204
exported: exported method MockEngineAPI.GetLastForkchoiceUpdated should have comment or be unexported (revive)
|
Run golangci/[email protected]:
execution.go#L25
exported: exported var ErrNilPayloadStatus should have comment or be unexported (revive)
|
Loading