Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.3 to 1.3.4 #1209

chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.3 to 1.3.4

chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.3 to 1.3.4 #1209

Status Failure
Total duration 59s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: server/http.go#L56
Error return value of `fmt.Fprintf` is not checked (errcheck)
lint: cmd/fs.go#L335
Error return value of `fmt.Fprintf` is not checked (errcheck)
lint: cmd/where.go#L20
Error return value of `fmt.Fprintln` is not checked (errcheck)
lint: testserver/testserver.go#L42
testserver/testserver.go:42: Line contains TODO/BUG/FIXME: "TODO: see if this works the same" (godox)
lint: ui/common/styles.go#L52
SA1019: s.Wrap.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
lint: ui/common/styles.go#L61
SA1019: s.Prompt.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
lint: ui/common/styles.go#L65
SA1019: s.Error.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
lint: ui/common/views.go#L49
SA1019: blurredButtonStyle.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
lint: ui/common/views.go#L138
SA1019: st.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
lint: ui/common/views.go#L155
SA1019: style.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
lint: server/storage/local/storage.go#L56
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/http.go#L55
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/name.go#L20
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/id.go#L15
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/kv.go#L29
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/backup_keys.go#L30
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/fs.go#L206
unused-parameter: parameter 'd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/serve.go#L33
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/serve_migrate.go#L27
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/where.go#L14
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)