This repository has been archived by the owner on May 29, 2024. It is now read-only.
fix - Removed balance component, changed ETL abstractions, & redid block syncing #328
Annotations
10 errors and 2 warnings
golangci-lint:
internal/etl/registry/block.go#L113
Error return value of `bt.Backfill` is not checked (errcheck)
|
golangci-lint:
internal/etl/registry/block.go#L63
unnecessary conversion (unconvert)
|
golangci-lint:
internal/engine/registry/balance_enforce.go#L33
field `client` is unused (unused)
|
golangci-lint:
internal/etl/registry/block.go#L19
const `notFoundMsg` is unused (unused)
|
golangci-lint:
internal/etl/registry/block.go#L31
field `stats` is unused (unused)
|
golangci-lint:
internal/etl/pipeline/types.go#L45
const `noAggregatorErr` is unused (unused)
|
golangci-lint:
internal/core/etl.go#L19
unnecessary trailing newline (whitespace)
|
golangci-lint:
internal/core/register.go#L14
unnecessary leading newline (whitespace)
|
golangci-lint:
internal/client/client.go#L103
unnecessary trailing newline (whitespace)
|
golangci-lint:
internal/engine/registry/balance_enforce.go#L49
unnecessary leading newline (whitespace)
|
golangci-lint:
internal/metrics/metrics.go#L311
unused-parameter: parameter 'method' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
internal/metrics/metrics.go#L314
unused-parameter: parameter 'b' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading