-
Notifications
You must be signed in to change notification settings - Fork 45
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
linter: Enable linter on lib #98
Conversation
@@ -1,6 +1,32 @@ | |||
--- | |||
ignore: | |||
- 'lib/trino/client/*.rb' |
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.
I'm not sure why the target files are expanded.
I think it's enough to add the rules to the current target.
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.
revereted
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.
Looks good to me ✅
Purpose
To improve the code quality of actual library sources.
Overview
lib
sources but suppressed most of conventional-level checks. Will improve eventually.Checklist