We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f9638 commit 83bcb96Copy full SHA for 83bcb96
pkg/commands/flagsets.go
@@ -29,7 +29,7 @@ func setupLintersFlagSet(v *viper.Viper, fs *pflag.FlagSet) {
29
color.GreenString(fmt.Sprintf("Enable presets (%s) of linters. Run 'golangci-lint help linters' to see "+
30
"them. This option implies option --disable-all", strings.Join(lintersdb.AllPresets(), "|"))))
31
32
- fs.StringSlice("only", nil, color.GreenString("Override linters configuration section to only run the specific linter(s)")) // Flags only.
+ fs.StringSlice("enable-only", nil, color.GreenString("Override linters configuration section to only run the specific linter(s)")) // Flags only.
33
}
34
35
func setupRunFlagSet(v *viper.Viper, fs *pflag.FlagSet) {
0 commit comments