Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Nov 12, 2024
1 parent 4a202f2 commit 1e330b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import (
)

// additionalHelmFlags can optionally pass user-supplied flags to helm
var additionalHelmFlags []string
var ciFlag bool
var (
additionalHelmFlags []string
ciFlag bool
)

func LaunchCommand() *cobra.Command {
launchCommand := &cobra.Command{
Expand Down
1 change: 1 addition & 0 deletions internal/progress/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var (
isCiExecution bool
)

//nolint:revive // will be removed after refactoring
func NewModel() progressModel {
return progressModel{
isProvisioned: false,
Expand Down

0 comments on commit 1e330b1

Please sign in to comment.