Skip to content

feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3 #1721

feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3

feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3 #1721

Triggered via push June 29, 2023 14:23
Status Failure
Total duration 1m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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/git/git.go#L121
Error return value of `stdin.Close` is not checked (errcheck)
lint: server/daemon/daemon.go#L339
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: server/daemon/daemon.go#L344
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: git/patch.go#L135
Comment should end in a period (godot)
lint: server/web/http.go#L57
Comment should end in a period (godot)
lint: server/hooks/hooks.go#L32
server/hooks/hooks.go:32: Line contains TODO/BUG/FIXME: "TODO: support context." (godox)
lint: server/hooks/hooks.go#L34
server/hooks/hooks.go:34: Line contains TODO/BUG/FIXME: "TODO: support git hook tests." (godox)
lint: server/backend/sqlite/sqlite.go#L624
server/backend/sqlite/sqlite.go:624: Line contains TODO/BUG/FIXME: "TODO: implement a caching interface." (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/git.go#L193
exported: exported function EnsureDefaultBranch should have comment or be unexported (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/footer/footer.go#L50
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/backend/sqlite/hooks.go#L13
unused-parameter: parameter 'stdout' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/backend/sqlite/hooks.go#L20
unused-parameter: parameter 'stdout' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/backend/sqlite/sqlite.go#L285
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: server/backend/sqlite/db.go#L111
context-as-argument: context.Context should be the first parameter of a function (revive)
lint: server/backend/sqlite/hooks.go#L27
unused-parameter: parameter 'stdout' seems to be unused, consider removing or renaming it as _ (revive)