Skip to content

WIP: Solana integration #5035

WIP: Solana integration

WIP: Solana integration #5035

Triggered via pull request July 4, 2024 05:51
Status Failure
Total duration 4m 34s
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#L126
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/chains/solana/observer/observer.go#L40
var-naming: struct field programId should be programID (revive)
lint: zetaclient/chains/solana/observer/observer.go#L51
unused-parameter: parameter 'appContext' seems to be unused, consider removing or renaming it as _ (revive)
lint: zetaclient/chains/solana/observer/observer.go#L55
unused-parameter: parameter 'dbpath' seems to be unused, consider removing or renaming it as _ (revive)
gosec-cosmos
Process completed with exit code 2.