Skip to content

feat(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0 #1741

feat(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0

feat(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0 #1741

Triggered via push July 12, 2023 08:57
Status Success
Total duration 1m 15s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: server/cmd/description.go#L1
1-44 lines are duplicate of `server/cmd/project_name.go:1-44` (dupl)
lint: server/cmd/project_name.go#L1
1-44 lines are duplicate of `server/cmd/description.go:1-44` (dupl)
lint: server/daemon/conn.go#L94
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: server/daemon/conn.go#L100
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: server/daemon/conn.go#L104
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: server/daemon/daemon.go#L149
Error return value of `d.conns.Close` is not checked (errcheck)
lint: server/daemon/daemon.go#L304
Error return value of `d.conns.CloseAll` is not checked (errcheck)
lint: git/patch.go#L135
Comment should end in a period (godot)
lint: server/config/config.go#L124
server/config/config.go:124: Line contains TODO/BUG/FIXME: "TODO: do this dynamically" (godox)
lint: server/hooks/hooks.go#L32
server/hooks/hooks.go:32: Line contains TODO/BUG/FIXME: "TODO: support context." (godox)
lint: server/cron/cron.go#L12
exported: type name will be used as cron.CronScheduler by other packages, and that stutters; consider calling this Scheduler (revive)
lint: git/commit.go#L8
exported: exported var ZeroHash should have comment or be unexported (revive)
lint: server/git/service.go#L110
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/git/service.go#L121
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/git/service.go#L132
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/ui/common/utils.go#L29
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/ui/components/statusbar/statusbar.go#L11
exported: type name will be used as statusbar.StatusBarMsg by other packages, and that stutters; consider calling this Msg (revive)
lint: server/ui/components/footer/footer.go#L50
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/ui/components/header/header.go#L35
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/backend/sqlite/db.go#L111
context-as-argument: context.Context should be the first parameter of a function (revive)