Skip to content

chore(deps): update docker/login-action action to v2 - abandoned #66

chore(deps): update docker/login-action action to v2 - abandoned

chore(deps): update docker/login-action action to v2 - abandoned #66

Triggered via pull request July 30, 2024 01:35
Status Failure
Total duration 2m 50s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
lint: pkg/exporter/api/api.go#L11
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/api/metrics.go#L6
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/account.go#L7
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/api' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/account.go#L8
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/account.go#L9
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L7
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/api' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L8
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L9
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/erc1155.go#L9
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/api' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/config.go#L7
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/jobs' is not allowed from list 'Main' (depguard)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: pkg/exporter/jobs/account.go#L105
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L109
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/exporter/jobs/erc1155.go#L111
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/root.go#L17
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)