We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e5cb8 commit 803d76dCopy full SHA for 803d76d
cmd/config.go
@@ -11,7 +11,6 @@ import (
11
"codacy/cli-v2/utils"
12
13
"github.com/spf13/cobra"
14
- // Added import for YAML parsing
15
)
16
17
// configResetInitFlags holds the flags for the config reset command.
@@ -22,11 +21,6 @@ var configCmd = &cobra.Command{
22
21
Short: "Manage Codacy configuration",
23
}
24
25
-// cliConfigYaml defines the structure for parsing .codacy/cli-config.yaml
26
-type cliConfigYaml struct {
27
- Mode string `yaml:"mode"`
28
-}
29
-
30
var configResetCmd = &cobra.Command{
31
Use: "reset",
32
Short: "Reset Codacy configuration to default or repository-specific settings",
0 commit comments