Skip to content

Commit 10713d1

Browse files
authored
Don't run format on check (#1936)
1 parent 67e43d0 commit 10713d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/check.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func setupCheckCommand() *cobraext.Command {
2424
Args: cobra.NoArgs,
2525
RunE: func(cmd *cobra.Command, args []string) error {
2626
err := cobraext.ComposeCommands(args,
27-
setupFormatCommand(),
2827
setupLintCommand(),
2928
setupBuildCommand(),
3029
)

0 commit comments

Comments
 (0)