V.E PoC #4
Triggered via pull request
December 18, 2023 04:01
Status
Success
Total duration
21m 35s
Artifacts
–
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)
|