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
v1.46.2
disable: - exhaustivestruct # results in exhaustruct issues - exhaustruct # ignores all exhaustivestruct complaints
$ golangci-lint --version # Paste output here
$ cat .golangci.yml # paste output 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:
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.
Sorry, something went wrong.
Hello,
it's 2 different linters: one is deprecated (exhaustivestruct) and replaced by the second (exhaustruct)
exhaustivestruct
exhaustruct
https://golangci-lint.run/usage/linters/#exhaustivestruct https://golangci-lint.run/usage/linters/#exhaustruct
#2667
Related: #1987
No branches or pull requests
Welcome
Description of the problem
v1.46.2
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: