Skip to content

Commitment: do not use cell getter function to fold the row #4807

Commitment: do not use cell getter function to fold the row

Commitment: do not use cell getter function to fold the row #4807

Triggered via pull request February 3, 2025 14:43
@awskiiawskii
ready_for_review #13509
hph-no-cellgetter
Status Failure
Total duration 2m 26s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: cmd/rpcdaemon/graphql/graph/schema.resolvers.go#L14
"github.com/erigontech/erigon-lib/common" imported and not used (typecheck)
lint: cmd/rpcdaemon/graphql/graph/schema.resolvers.go#L17
"github.com/erigontech/erigon/core/types" imported and not used (typecheck)
lint: cmd/devnet/scenarios/context.go#L141
cannot use c (variable of type scenarioContext) as "context".Context value in argument to WithParam: scenarioContext does not implement "context".Context (missing method Deadline) (typecheck)
lint: cmd/devnet/scenarios/context.go#L149
impossible type assertion: ctx.(scenarioContext)
lint: cmd/devnet/main.go#L304
missing type in composite literal (typecheck)
lint: cmd/devnet/main.go#L314
missing type in composite literal (typecheck)
lint: cmd/devnet/main.go#L324
missing type in composite literal (typecheck)
lint: cmd/devnet/main.go#L28
"time" imported and not used (typecheck)
lint: p2p/simulations/http.go#L673
node.ServeRPC undefined (type *Node has no field or method ServeRPC) (typecheck)
lint: p2p/simulations/network.go#L193
node.Start undefined (type *Node has no field or method Start) (typecheck)