-
Notifications
You must be signed in to change notification settings - Fork 147
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
fix: prefer-query-by-disappearance
error line and column to the beginning of get
or find
queries
#639
fix: prefer-query-by-disappearance
error line and column to the beginning of get
or find
queries
#639
Conversation
Refactor reporting an error deeper, where the get/find query variants are found. Refactor function names to convey that they also check/report the error. Update unit tests.
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.
Hi @sjarva! Thanks for your first contribution.
LGTM, just a small change request so the purpose of one of the function is clearer.
Make function name and JSDoc comment more clear
Thanks for the review @Belco90 😊 I replied to your change request, hope that the function name and JSDoc comment are better now 🤞 |
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.
Amazing, merging now!
@all-contributors please add @sjarva for code and test |
I've put up a pull request to add @sjarva! 🎉 |
🎉 This PR is included in version 5.6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Checks
npm run generate:rules-list
)npm run generate:configs
)Changes
get
orfind
query variants are foundContext
Closes #600