Skip to content

feat: beautiful TUI round 3 #849

feat: beautiful TUI round 3

feat: beautiful TUI round 3 #849

Triggered via pull request March 25, 2024 18:31
Status Success
Total duration 3m 18s
Artifacts

scan-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
validate: src/pkg/bundle/tui/common.go#L4
should have a package comment
validate: src/pkg/bundle/tui/common.go#L18
exported function Pause should have comment or be unexported
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/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#L89
exported func InitModel returns unexported type deploy.model, which can be annoying to use
validate: src/cmd/uds.go#L224
parameter 'cmd' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundle/tui/deploy/model.go#L38
exported var Program should have comment or be unexported
validate: src/cmd/uds.go#L224
parameter 'args' seems to be unused, consider removing or renaming it as _
validate: src/pkg/bundle/tui/deploy/handlers.go#L4
should have a package comment
validate: src/pkg/bundle/tui/deploy/model.go#L89
exported function InitModel should have comment or be unexported