Skip to content

chore(deps): update golangci/golangci-lint-action action to v6 #69

chore(deps): update golangci/golangci-lint-action action to v6

chore(deps): update golangci/golangci-lint-action action to v6 #69

Triggered via pull request August 13, 2024 01:22
Status Failure
Total duration 3m 3s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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/erc20.go#L108
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)
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/