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 #352
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 3 warnings
lint:
internal/etl/registry/header_traversal.go#L114
Error return value of `ht.Backfill` is not checked (errcheck)
|
lint:
internal/etl/registry/header_traversal.go#L64
unnecessary conversion (unconvert)
|
lint:
internal/etl/registry/header_traversal.go#L21
const `notFoundMsg` is unused (unused)
|
lint:
internal/etl/registry/header_traversal.go#L33
field `stats` is unused (unused)
|
lint:
internal/engine/registry/balance_enforce.go#L36
field `client` is unused (unused)
|
lint:
internal/etl/pipeline/types.go#L45
const `noAggregatorErr` is unused (unused)
|
lint:
e2e/setup.go#L55
field `t` is unused (unused)
|
lint:
internal/core/etl.go#L19
unnecessary trailing newline (whitespace)
|
lint:
internal/core/register.go#L14
unnecessary leading newline (whitespace)
|
lint:
internal/client/client.go#L103
unnecessary trailing newline (whitespace)
|
markdown-linting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
internal/metrics/metrics.go#L328
unused-parameter: parameter 'method' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/metrics/metrics.go#L331
unused-parameter: parameter 'b' seems to be unused, consider removing or renaming it as _ (revive)
|