Skip to content

WIP: Solana integration #5043

WIP: Solana integration

WIP: Solana integration #5043

Triggered via pull request July 5, 2024 07:14
Status Failure
Total duration 4m 25s
Artifacts

sast-linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: cmd/solana/main.go#L276
Error return value of `borsh.Deserialize` is not checked (errcheck)
lint: e2e/e2etests/test_solana_deposit.go#L129
Error return value of `borsh.Deserialize` is not checked (errcheck)
lint: cmd/solana/main.go#L21
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: cmd/solana/main.go#L68
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: cmd/solana/main.go#L114
var-naming: don't use underscores in Go names; var tx_sig should be txSig (revive)
lint: cmd/solana/main.go#L166
var-naming: var programId should be programID (revive)
lint: cmd/solana/main.go#L258
var-naming: var programId should be programID (revive)
lint: zetaclient/zetacore/tx.go#L69
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: zetaclient/chains/solana/observer/observer.go#L41
var-naming: struct field programId should be programID (revive)
lint: zetaclient/chains/solana/observer/observer.go#L52
unused-parameter: parameter 'appContext' seems to be unused, consider removing or renaming it as _ (revive)
gosec-cosmos
Process completed with exit code 2.