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 is a cool metalinter which makes it easy to include lots of popular Go linters in a build process.
There are lots of linters supported already but I didn't see sqlvet.
Once sqlvet uses the go/analysis package we should be able to add it into golangci-lint easily.
go/analysis
Steps: https://golangci-lint.run/contributing/new-linters/
The text was updated successfully, but these errors were encountered:
Thanks @adamdecaf , I am not actively working on this package at the moment, but you are welcome to help complete that MR :)
Sorry, something went wrong.
No branches or pull requests
golangci-lint is a cool metalinter which makes it easy to include lots of popular Go linters in a build process.
There are lots of linters supported already but I didn't see sqlvet.
Once sqlvet uses the
go/analysis
package we should be able to add it into golangci-lint easily.Steps: https://golangci-lint.run/contributing/new-linters/
The text was updated successfully, but these errors were encountered: