We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
golangci-lint seems to be doing something with flags that makes cobra's built in bash completion generator --no-descriptions to break.
--no-descriptions
$ golangci-lint completion bash --help | grep -- --no-descriptions --no-descriptions disable completion descriptions $ golangci-lint completion bash --no-descriptions ERRO Can't get config for command line: can't parse args: unknown flag: --no-descriptions
$ golangci-lint version golangci-lint has version 1.51.1 built from b87d2c19 on 2023-02-05T13:06:33Z
$ cat .golangci.yml # not relevant
$ go version && go env # not relevant
$ golangci-lint cache clean $ golangci-lint run -v # not relevant
// N/A
The text was updated successfully, but these errors were encountered:
Fixed by #4412
Sorry, something went wrong.
No branches or pull requests
Welcome
Description of the problem
golangci-lint seems to be doing something with flags that makes cobra's built in bash completion generator
--no-descriptions
to break.Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
// N/A
The text was updated successfully, but these errors were encountered: