Skip to content

Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 #1

Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2

Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 #1

Triggered via pull request October 18, 2023 11:35
Status Failure
Total duration 1m 25s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
GolangCI-Lint: components/validator/account.go#L1
[golangci] reported by reviewdog 🐶 : # github.com/iotaledger/inx-validator/components/validator Raw Output: components/validator/account.go:1: : # github.com/iotaledger/inx-validator/components/validator
GolangCI-Lint: components/validator/component.go#L131
[golangci] reported by reviewdog 🐶 deps.NodeBridge.Account undefined (type *nodebridge.NodeBridge has no field or method Account) Raw Output: components/validator/component.go:131:42: deps.NodeBridge.Account undefined (type *nodebridge.NodeBridge has no field or method Account)
GolangCI-Lint: components/validator/issuer.go#L28
[golangci] reported by reviewdog 🐶 deps.NodeBridge.ReadIsCommitteeMemberInEpoch undefined (type *nodebridge.NodeBridge has no field or method ReadIsCommitteeMemberInEpoch) Raw Output: components/validator/issuer.go:28:22: deps.NodeBridge.ReadIsCommitteeMemberInEpoch undefined (type *nodebridge.NodeBridge has no field or method ReadIsCommitteeMemberInEpoch)
GolangCI-Lint: components/validator/issuer.go#L29
[golangci] reported by reviewdog 🐶 deps.NodeBridge.NodeStatus().IsBootstrapped undefined (type *inx.NodeStatus has no field or method IsBootstrapped) Raw Output: components/validator/issuer.go:29:36: deps.NodeBridge.NodeStatus().IsBootstrapped undefined (type *inx.NodeStatus has no field or method IsBootstrapped)
GolangCI-Lint: components/validator/issuer.go#L50
[golangci] reported by reviewdog 🐶 deps.NodeBridge.NodeStatus().IsBootstrapped undefined (type *inx.NodeStatus has no field or method IsBootstrapped) Raw Output: components/validator/issuer.go:50:74: deps.NodeBridge.NodeStatus().IsBootstrapped undefined (type *inx.NodeStatus has no field or method IsBootstrapped)
GolangCI-Lint: components/validator/issuer.go#L63
[golangci] reported by reviewdog 🐶 deps.NodeBridge.ReadIsCandidateInEpoch undefined (type *nodebridge.NodeBridge has no field or method ReadIsCandidateInEpoch) Raw Output: components/validator/issuer.go:63:21: deps.NodeBridge.ReadIsCandidateInEpoch undefined (type *nodebridge.NodeBridge has no field or method ReadIsCandidateInEpoch)
GolangCI-Lint: components/validator/issuer.go#L169
[golangci] reported by reviewdog 🐶 deps.NodeBridge.ReadActiveRootBlocks undefined (type *nodebridge.NodeBridge has no field or method ReadActiveRootBlocks) Raw Output: components/validator/issuer.go:169:41: deps.NodeBridge.ReadActiveRootBlocks undefined (type *nodebridge.NodeBridge has no field or method ReadActiveRootBlocks)
GolangCI-Lint: components/validator/issuer.go#L189
[golangci] reported by reviewdog 🐶 deps.NodeBridge.ForceCommitUntil undefined (type *nodebridge.NodeBridge has no field or method ForceCommitUntil) (typecheck) Raw Output: components/validator/issuer.go:189:28: deps.NodeBridge.ForceCommitUntil undefined (type *nodebridge.NodeBridge has no field or method ForceCommitUntil) (typecheck) package validator
GolangCI-Lint: components/app/app.go#L8
[golangci] reported by reviewdog 🐶 could not import github.com/iotaledger/inx-validator/components/validator (-: # github.com/iotaledger/inx-validator/components/validator Raw Output: components/app/app.go:8:2: could not import github.com/iotaledger/inx-validator/components/validator (-: # github.com/iotaledger/inx-validator/components/validator
GolangCI-Lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085