Skip to content

chore(deps): update actions/checkout action to v3 #54

chore(deps): update actions/checkout action to v3

chore(deps): update actions/checkout action to v3 #54

Triggered via pull request April 23, 2024 01:14
Status Failure
Total duration 1m 19s
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/uniswap_pair.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)