Skip to content

fixing encountered errors from CI/CD #5

fixing encountered errors from CI/CD

fixing encountered errors from CI/CD #5

Triggered via push August 25, 2023 02:06
Status Failure
Total duration 1m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: commands/slash/member.go#L118
Error return value is not checked (errcheck)
lint: commands/slash/member.go#L125
Error return value is not checked (errcheck)
lint: commands/slash/member.go#L159
Error return value is not checked (errcheck)
lint: commands/slash/member.go#L1016
Error return value of `s.ChannelMessageDelete` is not checked (errcheck)
lint: commands/slash/signin.go#L209
Error return value of `s.InteractionResponseDelete` is not checked (errcheck)
lint: commands/slash/usage.go#L35
Error return value of `s.InteractionRespond` is not checked (errcheck)
lint: commands/slash/usage.go#L61
Error return value of `s.InteractionResponseEdit` is not checked (errcheck)
lint: commands/slash/vote.go#L279
Error return value of `data.Vote.DeleteAll` is not checked (errcheck)
lint: google/main.go#L18
var `ctx` is unused (unused)
lint: helpers/generics.go#L56
S1009: should omit nil check; len() for []T is defined as zero (gosimple)