Skip to content

test: trackers

test: trackers #1387

Triggered via pull request October 19, 2023 03:18
Status Failure
Total duration 7m 17s
Artifacts

sast-linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
lint: testutil/sample/common.go#L41
ineffectual assignment to err (ineffassign)
lint
issues found
gosec-cosmos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
gosec
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: testutil/sample/common.go#L33
var-naming: don't use underscores in Go names; func result tx_index should be txIndex (revive)
lint: testutil/sample/common.go#L35
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)