Skip to content

fix(deps): update module github.com/charmbracelet/lipgloss to v0.10.0 #851

fix(deps): update module github.com/charmbracelet/lipgloss to v0.10.0

fix(deps): update module github.com/charmbracelet/lipgloss to v0.10.0 #851

Triggered via pull request March 25, 2024 18:52
Status Success
Total duration 5m 41s
Artifacts

scan-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/common.go#L4
should have a package comment
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
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 function InitModel should have comment or be unexported
validate: src/cmd/uds.go#L224
parameter 'cmd' 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/deploy.go#L284
exported method Bundle.PreDeployValidation should have comment or be unexported