Skip to content

feat: path consolidation #1717

feat: path consolidation

feat: path consolidation #1717

Triggered via pull request August 11, 2023 13:53
Status Failure
Total duration 2m 42s
Artifacts

golint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-lint: core/node/builder.go#L54
invalid operation: cannot compare cfg.Repo != nil (operator != not defined on untyped nil) (typecheck)
go-lint: core/node/builder.go#L58
invalid operation: cannot compare cfg.Repo == nil (operator == not defined on untyped nil) (typecheck)
go-lint: core/node/builder.go#L72
invalid operation: cannot compare cfg.Routing == nil (operator == not defined on untyped nil) (typecheck)
go-lint: core/node/builder.go#L76
invalid operation: cannot compare cfg.Host == nil (operator == not defined on untyped nil) (typecheck)
go-lint: core/node/storage.go#L39
cannot use nil as BaseBlocks value in return statement (typecheck)
go-lint: plugin/loader/loader.go#L6
"io" imported but not used (typecheck)
go-lint: commands/context.go#L59
invalid operation: cannot compare c.api == nil (operator == not defined on untyped nil) (typecheck)
go-lint: core/commands/dag/get.go#L8
"github.com/ipfs/go-ipld-legacy" imported but not used as ipldlegacy (typecheck)
go-lint: core/commands/dag/stat.go#L6
"os" imported but not used (typecheck)
go-lint: core/commands/dag/stat.go#L14
"github.com/ipfs/kubo/core/commands/e" imported but not used (typecheck)