-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Added sqlclosecheck to linters #1203
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
Conversation
Hey, thank you for opening your first Pull Request ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1,353 @@ | |||
//args: -Esqlclosecheck | |||
package testdata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very extensive testing 🎉
All feedback should be addressed. Thank you for taking the time to review. |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯
Anything I need to do at this point? What's the process for merging and releasing? |
Hey, @ryanrolds — we just merged your PR to
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests. Thanks again! |
Adds sqlclosecheck linter
The goal of the linter is to identify Rows/Stmt that are not closed or closed using a defer.