Skip to content

Commit 387c346

Browse files
committed
golanci-lint: fixes for exhaustive
1 parent a75d53c commit 387c346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/cloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func (c *cmdCloud) run(cmd *cobra.Command, args []string) error {
252252

253253
statusText := testProgress.RunStatusText
254254

255-
switch testProgress.RunStatus {
255+
switch testProgress.RunStatus { //nolint:exhaustive
256256
case cloudapi.RunStatusFinished:
257257
testProgress.Progress = 1
258258
case cloudapi.RunStatusRunning:

0 commit comments

Comments
 (0)