feat: add vcluster create without templates #1364
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors
lint:
pkg/strvals/strvals.go#L308
unnecessary trailing newline (whitespace)
|
lint:
pkg/strvals/strvals.go#L156
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
pkg/strvals/strvals.go#L208
switch on an error will fail on wrapped errors. Use errors.Is to check for specific errors (errorlint)
|
lint:
pkg/strvals/strvals.go#L217
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
pkg/strvals/strvals.go#L322
switch on an error will fail on wrapped errors. Use errors.Is to check for specific errors (errorlint)
|
lint:
pkg/strvals/strvals.go#L329
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
pkg/strvals/strvals.go#L406
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint
issues found
|