Skip to content

Update inx-app to 646f949dc816 #301

Update inx-app to 646f949dc816

Update inx-app to 646f949dc816 #301

Triggered via pull request March 20, 2024 13:01
Status Success
Total duration 4m 0s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
[golangci] pkg/indexer/types.go#L57: pkg/indexer/types.go#L57
exported: type name will be used as indexer.IndexerResult by other packages, and that stutters; consider calling this Result (revive)
[golangci] components/indexer/component.go#L223: components/indexer/component.go#L223
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
[golangci] components/indexer/component.go#L231: components/indexer/component.go#L231
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
[golangci] components/prometheus/component.go#L108: components/prometheus/component.go#L108
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
[golangci] pkg/indexer/types.go#L76: pkg/indexer/types.go#L76
missing cases in switch of type db.Engine: db.EngineUnknown, db.EngineAuto, db.EngineDebug, db.EngineMapDB, db.EngineRocksDB (exhaustive)
[golangci] pkg/indexer/types.go#L93: pkg/indexer/types.go#L93
missing cases in switch of type db.Engine: db.EngineUnknown, db.EngineAuto, db.EngineDebug, db.EngineMapDB, db.EngineRocksDB (exhaustive)
[golangci] components/indexer/component.go#L69: components/indexer/component.go#L69
missing cases in switch of type db.Engine: db.EngineUnknown, db.EngineAuto, db.EngineDebug, db.EngineMapDB, db.EngineRocksDB (exhaustive)
[golangci] pkg/server/routes.go#L708: pkg/server/routes.go#L708
type assertion must be checked (forcetypeassert)
[golangci] pkg/server/routes.go#L768: pkg/server/routes.go#L768
type assertion must be checked (forcetypeassert)