Skip to content

Commit fbe701a

Browse files
committed
ignore lint
1 parent ccaac59 commit fbe701a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type CloudCreateTerminateInstance interface {
2828
CloudInstanceReader
2929
}
3030

31-
func ValidateCreateInstance(ctx context.Context, client CloudCreateTerminateInstance, attrs CreateInstanceAttrs, selectedType InstanceType) (*Instance, error) {
31+
func ValidateCreateInstance(ctx context.Context, client CloudCreateTerminateInstance, attrs CreateInstanceAttrs, selectedType InstanceType) (*Instance, error) { //nolint:gocyclo // ok
3232
t0 := time.Now().Add(-time.Minute)
3333
attrs.RefID = uuid.New().String()
3434
name, err := makeDebuggableName(attrs.Name)

0 commit comments

Comments
 (0)