Skip to content
New issue

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

Support sqlvet in golangci-lint #15

Open
adamdecaf opened this issue Sep 16, 2022 · 1 comment
Open

Support sqlvet in golangci-lint #15

adamdecaf opened this issue Sep 16, 2022 · 1 comment

Comments

@adamdecaf
Copy link

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/

@houqp
Copy link
Owner

houqp commented Sep 17, 2022

Thanks @adamdecaf , I am not actively working on this package at the moment, but you are welcome to help complete that MR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants