Skip to content
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 #329

fix - Removed balance component, changed ETL abstractions, & redid block syncing

fix - Removed balance component, changed ETL abstractions, & redid block syncing #329

Triggered via pull request November 2, 2023 22:21
Status Failure
Total duration 1m 53s
Artifacts

hygeine.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/core/etl.go#L19
unnecessary trailing newline (whitespace)
lint: internal/core/register.go#L14
unnecessary leading newline (whitespace)
lint: internal/engine/registry/balance_enforce.go#L33
field `client` is unused (unused)
lint: internal/engine/registry/balance_enforce.go#L49
unnecessary leading newline (whitespace)
lint: internal/engine/registry/balance_enforce.go#L79
mnd: Magic number: 1000000000000000000, in <operation> detected (gomnd)
lint: internal/client/client.go#L103
unnecessary trailing newline (whitespace)
lint: internal/metrics/metrics.go#L311
unused-parameter: parameter 'method' seems to be unused, consider removing or renaming it as _ (revive)
lint: internal/metrics/metrics.go#L314
unused-parameter: parameter 'b' seems to be unused, consider removing or renaming it as _ (revive)
lint: internal/etl/registry/block.go#L113
Error return value of `bt.Backfill` is not checked (errcheck)
lint: internal/etl/registry/block.go#L63
unnecessary conversion (unconvert)
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/