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 67e43d0 commit 10713d1Copy full SHA for 10713d1
cmd/check.go
@@ -24,7 +24,6 @@ func setupCheckCommand() *cobraext.Command {
24
Args: cobra.NoArgs,
25
RunE: func(cmd *cobra.Command, args []string) error {
26
err := cobraext.ComposeCommands(args,
27
- setupFormatCommand(),
28
setupLintCommand(),
29
setupBuildCommand(),
30
)
0 commit comments