Skip to content

V.E PoC

V.E PoC #4

Triggered via pull request December 18, 2023 04:01
Status Success
Total duration 21m 35s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
Analyze
var-naming: don't use underscores in Go names; const Vote_YES should be VoteYES (revive)
Analyze
var-naming: don't use underscores in Go names; const Vote_NO should be VoteNO (revive)
Analyze
var-naming: don't use underscores in Go names; const Vote_SKIP should be VoteSKIP (revive)
Analyze
receiver-naming: receiver name h should be consistent with previous receiver name v for VoteExtensionHandler (revive)
Analyze
receiver-naming: receiver name h should be consistent with previous receiver name v for VoteExtensionHandler (revive)
Analyze
receiver-naming: receiver name h should be consistent with previous receiver name v for VoteExtensionHandler (revive)
Analyze
SA4005: ineffective assignment to field VoteExtensionHandler.modVoteExtHandler (staticcheck)
Analyze
SA4005: ineffective assignment to field VoteExtensionHandler.modVerifyVoteExtHandler (staticcheck)
Analyze
ST1005: error strings should not be capitalized (stylecheck)