Skip to content

Commit 5aa088b

Browse files
committed
Revert unintended commits on main
1 parent 3f5ab9c commit 5aa088b

14 files changed

+0
-1010
lines changed

cmd/preflight/cli/lint.go

Lines changed: 0 additions & 98 deletions
This file was deleted.

cmd/preflight/cli/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ that a cluster meets the requirements to run an application.`,
8989
cmd.AddCommand(TemplateCmd())
9090
cmd.AddCommand(DocsCmd())
9191
cmd.AddCommand(ConvertCmd())
92-
cmd.AddCommand(LintCmd())
9392

9493
preflight.AddFlags(cmd.PersistentFlags())
9594

cmd/troubleshoot/cli/root.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"strings"
77

88
"github.com/replicatedhq/troubleshoot/cmd/internal/util"
9-
preflightcli "github.com/replicatedhq/troubleshoot/cmd/preflight/cli"
109
"github.com/replicatedhq/troubleshoot/internal/traces"
1110
"github.com/replicatedhq/troubleshoot/pkg/k8sutil"
1211
"github.com/replicatedhq/troubleshoot/pkg/logger"
@@ -110,7 +109,6 @@ If no arguments are provided, specs are automatically loaded from the cluster by
110109
cmd.AddCommand(Schedule())
111110
cmd.AddCommand(UploadCmd())
112111
cmd.AddCommand(util.VersionCmd())
113-
cmd.AddCommand(preflightcli.LintCmd())
114112

115113
cmd.Flags().StringSlice("redactors", []string{}, "names of the additional redactors to use")
116114
cmd.Flags().Bool("redact", true, "enable/disable default redactions")

examples/test-error-messages/helm-builtins-v1beta3.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/test-error-messages/invalid-yaml-v1beta3.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/test-error-messages/missing-apiversion-v1beta3.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/test-error-messages/missing-metadata-v1beta3.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/test-error-messages/no-analyzers-v1beta3.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/test-error-messages/simple-no-template-v1beta3.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/test-error-messages/support-bundle-no-collectors-v1beta3.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)