Skip to content

Commit 803d76d

Browse files
rebase
1 parent b6e5cb8 commit 803d76d

File tree

3 files changed

+246
-190
lines changed

3 files changed

+246
-190
lines changed

cmd/config.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"codacy/cli-v2/utils"
1212

1313
"github.com/spf13/cobra"
14-
// Added import for YAML parsing
1514
)
1615

1716
// configResetInitFlags holds the flags for the config reset command.
@@ -22,11 +21,6 @@ var configCmd = &cobra.Command{
2221
Short: "Manage Codacy configuration",
2322
}
2423

25-
// cliConfigYaml defines the structure for parsing .codacy/cli-config.yaml
26-
type cliConfigYaml struct {
27-
Mode string `yaml:"mode"`
28-
}
29-
3024
var configResetCmd = &cobra.Command{
3125
Use: "reset",
3226
Short: "Reset Codacy configuration to default or repository-specific settings",

0 commit comments

Comments
 (0)