We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d0ebc commit 385cc1dCopy full SHA for 385cc1d
pkg/commands/help.go
@@ -70,7 +70,7 @@ func newHelpCommand(logger logutils.Log) *helpCommand {
70
fs := lintersCmd.Flags()
71
fs.SortFlags = false // sort them as they are defined here
72
73
- fs.BoolVar(&c.opts.JSON, "json", true, color.GreenString("Display as JSON"))
+ fs.BoolVar(&c.opts.JSON, "json", false, color.GreenString("Display as JSON"))
74
75
c.cmd = helpCmd
76
0 commit comments