Skip to content

feat: add vcluster create without templates #1364

feat: add vcluster create without templates

feat: add vcluster create without templates #1364

Triggered via pull request September 22, 2023 12:25
Status Failure
Total duration 5m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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