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 6cd10a9 commit 75b18f9Copy full SHA for 75b18f9
1 file changed
pkg/commands/run.go
@@ -584,6 +584,7 @@ func setupConfigFileFlagSet(fs *pflag.FlagSet, cfg *config.LoaderOptions) {
584
func setupRunPersistentFlags(fs *pflag.FlagSet, opts *runOptions) {
585
fs.BoolVar(&opts.PrintResourcesUsage, "print-resources-usage", false,
586
color.GreenString("Print avg and max memory usage of golangci-lint and total time"))
587
+ _ = fs.MarkDeprecated("print-resources-usage", "use --verbose instead")
588
589
fs.StringVar(&opts.CPUProfilePath, "cpu-profile-path", "", color.GreenString("Path to CPU profile output file"))
590
fs.StringVar(&opts.MemProfilePath, "mem-profile-path", "", color.GreenString("Path to memory profile output file"))
0 commit comments