Skip to content

added database models, taskfile and code improvements #2

added database models, taskfile and code improvements

added database models, taskfile and code improvements #2

Triggered via pull request July 3, 2023 14:55
@Nota30Nota30
opened #9
dev
Status Failure
Total duration 54s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: tools/message.go#L6
Error return value of `s.InteractionRespond` is not checked (errcheck)
lint: tools/message.go#L28
Error return value of `s.InteractionRespond` is not checked (errcheck)
lint: modules/Information/ping.go#L8
Error return value of `s.InteractionRespond` is not checked (errcheck)
lint: modules/Information/profile.go#L29
Error return value of `s.InteractionResponseEdit` is not checked (errcheck)
lint: database/conn.go#L31
Error return value of `Db.AutoMigrate` is not checked (errcheck)
lint: modules/Tower/explore.go#L36
Error return value of `models.Floor.SaveFloor` is not checked (errcheck)
lint: modules/Tower/explore.go#L56
Error return value of `s.InteractionResponseEdit` is not checked (errcheck)
lint: modules/Tower/move.go#L38
Error return value of `s.InteractionResponseEdit` is not checked (errcheck)
lint: bot/events/message.go#L34
SA4006: this value of `exists` is never used (staticcheck)
lint
issues found