Skip to content

fix(deps): update module github.com/charmbracelet/bubbles to v0.18.0 #853

fix(deps): update module github.com/charmbracelet/bubbles to v0.18.0

fix(deps): update module github.com/charmbracelet/bubbles to v0.18.0 #853

Triggered via pull request March 26, 2024 19:03
Status Success
Total duration 5m 5s
Artifacts

scan-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
validate: src/cmd/uds.go#L224
parameter 'args' seems to be unused, consider removing or renaming it as _
validate: src/cmd/uds.go#L224
parameter 'cmd' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundle/tui/common.go#L4
should have a package comment
validate: src/pkg/bundle/tui/deploy/handlers.go#L4
should have a package comment
validate: src/pkg/bundle/tui/deploy/views.go#L20
exported const LIGHTBLUE should have comment (or a comment on this block) or be unexported
validate: src/pkg/bundle/tui/common.go#L18
exported function Pause should have comment or be unexported
validate: src/pkg/bundle/tarball.go#L304
parameter 'desc' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundle/tui/deploy/model.go#L287
if block ends with a return statement, so drop this else and outdent its block
validate: src/pkg/bundle/tui/deploy/model.go#L38
exported var Program should have comment or be unexported
validate: src/pkg/bundle/tui/deploy/model.go#L89
exported func InitModel returns unexported type deploy.model, which can be annoying to use