feat: path consolidation #1714
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)
|