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 156db1d commit d4bc40eCopy full SHA for d4bc40e
1 file changed
pkg/commands/formatters.go
@@ -59,7 +59,8 @@ func newFormattersCommand(logger logutils.Log) *formattersCommand {
59
fs.SortFlags = false // sort them as they are defined here
60
61
setupConfigFileFlagSet(fs, &c.opts.LoaderOptions)
62
- setupLintersFlagSet(c.viper, fs)
+
63
+ setupFormattersFlagSet(c.viper, fs)
64
65
fs.BoolVar(&c.opts.JSON, "json", false, color.GreenString("Display as JSON"))
66
0 commit comments