Snow VM #4045
Annotations
10 errors and 1 warning
Run static analysis tests:
chainstore/chain_store.go#L139
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
Run static analysis tests:
snow/vm_test.go#L234
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
Run static analysis tests:
snow/vm_test.go#L933
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
Run static analysis tests:
snow/application.go#L87
`ouput` is a misspelling of `output` (misspell)
|
Run static analysis tests:
vm/vm.go#L330
`correclty` is a misspelling of `correctly` (misspell)
|
Run static analysis tests:
chain/chaintest/action_test_helpers.go#L38
unused-receiver: method receiver 't' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
chain/chaintest/action_test_helpers.go#L70
unused-receiver: method receiver 't' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
chain/chaintest/action_test_helpers.go#L76
unused-receiver: method receiver 't' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
statesync/client.go#L256
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
snow/statesync.go#L93
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading