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
When trying to update the build system to golangci-lint 1.60.1, we get a number of deprecated linters. To resolve we need to (at a minimum):
mega check
gosimple
static check
golint
revive
If we update those linters, revive will report a number of code issues that need to be refactored.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem are you facing?
When trying to update the build system to golangci-lint 1.60.1, we get a number of deprecated linters. To resolve we need to (at a minimum):
mega check
withgosimple
andstatic check
golint
withrevive
If we update those linters, revive will report a number of code issues that need to be refactored.
How could Crossplane help solve your problem?
The text was updated successfully, but these errors were encountered: