mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-30 16:10:41 -04:00
fix: remove help display on error with verify command (#4597)
This commit is contained in:
parent
f00c89f86b
commit
dac4ba3f13
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ func newConfigCommand(log logutils.Log, info BuildInfo) *configCommand {
|
|||
Args: cobra.NoArgs,
|
||||
ValidArgsFunction: cobra.NoFileCompletions,
|
||||
RunE: c.executeVerify,
|
||||
SilenceUsage: true,
|
||||
SilenceErrors: true,
|
||||
}
|
||||
|
||||
configCmd.AddCommand(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue