Thanks to visit codestin.com Credit goes to github.com
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
typecheck
Official binary
https://golangci-lint.run/usage/linters/#gci does not exist.
But when run make website_expand_templates at local, the generated files include gci.
make website_expand_templates
$ golangci-lint --version # Paste output here
# paste configuration file or CLI flags here
$ go version && go env # paste output here
$ golangci-lint cache clean $ golangci-lint run -v # paste output here
// add your code here
The text was updated successfully, but these errors were encountered:
gci is inside the formatters section: https://golangci-lint.run/usage/formatters/
Sorry, something went wrong.
Thank you very much.
No branches or pull requests
Welcome
typecheck
section of the FAQ.How did you install golangci-lint?
Official binary
Description of the problem
https://golangci-lint.run/usage/linters/#gci does not exist.
But when run
make website_expand_templates
at local, the generated files include gci.Version of golangci-lint
Configuration
# paste configuration file or CLI flags here
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
// add your code here
Validation
Supporter
The text was updated successfully, but these errors were encountered: