Refactor/revive linter #212
static-analysis.yaml
on: pull_request
Static analysis
4m 9s
Static check
3m 18s
Golangci-lint
1m 22s
Annotations
5 errors and 2 warnings
Golangci-lint:
internal/broadcaster/utxo_creator_test.go#L24
unused-parameter: parameter 'outputs' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/broadcaster/utxo_creator_test.go#L34
unused-parameter: parameter 'outputs' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/broadcaster/utxo_creator_test.go#L44
unused-parameter: parameter 'outputs' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/broadcaster/utxo_creator_test.go#L54
unused-parameter: parameter 'outputs' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint
issues found
|
Golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|