Skip to content

WIP: Solana integration #4850

WIP: Solana integration

WIP: Solana integration #4850

Triggered via pull request June 25, 2024 22:36
Status Failure
Total duration 4m 14s
Artifacts

sast-linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: cmd/solana/main.go#L275
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#L165
var-naming: var programId should be programID (revive)
lint: cmd/solana/main.go#L257
var-naming: var programId should be programID (revive)
lint: cmd/solana/main.go#L360
unnecessary trailing newline (whitespace)
lint: cmd/solana/main.go#L358
unnecessary trailing newline (whitespace)
lint: cmd/solana/main.go#L310
ineffectual assignment to err (ineffassign)
lint
issues found
gosec-cosmos
Process completed with exit code 2.