chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0 #1187
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/id.go#L15
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/keys.go#L25
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/keysync.go#L17
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/link.go#L22
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/backup_keys.go#L125
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (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)
|