chore: initial EVM Execution Client Implementation #16
ci_release.yml
on: pull_request
lint
/
golangci-lint
2m 56s
lint
/
yamllint
7s
lint
/
markdown-lint
7s
test
/
Go Mod Tidy Check
11s
test
/
Run Unit Tests
1m 2s
test
/
Run Integration Tests
2m 16s
release
0s
Annotations
15 errors and 15 warnings
lint / markdown-lint
Process completed with exit code 1.
|
lint / yamllint:
.github/workflows/semantic_release.yml#L17
17:81 [line-length] line too long (103 > 80 characters)
|
lint / yamllint:
.github/workflows/semantic_release.yml#L18
18:81 [line-length] line too long (174 > 80 characters)
|
lint / yamllint:
docker/docker-compose.yml#L15
15:35 [trailing-spaces] trailing spaces
|
lint / yamllint:
docker/docker-compose.yml#L16
16:37 [trailing-spaces] trailing spaces
|
lint / yamllint:
docker/docker-compose.yml#L18
18:58 [trailing-spaces] trailing spaces
|
lint / yamllint
Process completed with exit code 1.
|
test / Go Mod Tidy Check
Process completed with exit code 1.
|
lint / golangci-lint:
mocks/mocks.go#L72
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
lint / golangci-lint:
mocks/mocks.go#L171
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
lint / golangci-lint:
execution.go#L75
Error return value of `c.proxyClient.Stop` is not checked (errcheck)
|
lint / golangci-lint:
execution_test.go#L101
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
lint / golangci-lint:
execution.go#L13
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
lint / golangci-lint:
execution_test.go#L11
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
lint / golangci-lint
issues found
|
lint / markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / Go Mod Tidy Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / Run Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, codecov/[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/
|
test / Run Integration Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / golangci-lint
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/
|
lint / golangci-lint:
mocks/mocks.go#L15
exported: exported type MockEngineAPI should have comment or be unexported (revive)
|
lint / golangci-lint:
mocks/mocks.go#L19
exported: exported type ForkchoiceState should have comment or be unexported (revive)
|
lint / golangci-lint:
mocks/mocks.go#L27
exported: exported function NewMockEngineAPI should have comment or be unexported (revive)
|
lint / golangci-lint:
mocks/mocks.go#L82
exported: exported type MockEthAPI should have comment or be unexported (revive)
|
lint / golangci-lint:
mocks/mocks.go#L86
exported: exported function NewMockEthAPI should have comment or be unexported (revive)
|
lint / golangci-lint:
mocks/mocks.go#L181
exported: exported method MockEngineAPI.GetLastForkchoiceUpdated should have comment or be unexported (revive)
|
lint / golangci-lint:
execution.go#L19
exported: exported type PayloadStatus should have comment or be unexported (revive)
|
lint / golangci-lint:
execution.go#L22
exported: exported const PayloadStatusValid should have comment (or a comment on this block) or be unexported (revive)
|
lint / golangci-lint:
execution.go#L28
exported: exported var ErrNilPayloadStatus should have comment or be unexported (revive)
|