-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat(prefer-implicit-assert): adding new rule #815
feat(prefer-implicit-assert): adding new rule #815
Conversation
020f181
to
52e5c37
Compare
@Belco90 just checking in thanks! |
I'll try to review this next week. |
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 in general! I requested a couple of changes that should be simple to apply, and should be ready to go.
@Belco90 Hey thanks for the review, fixed all but the last comment. |
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, but it seems you need some extra tests to reach 90% of coverage.
@Belco90 addresssed test coverage, turns out I didn't need those extra blocks of code after the refactor, and should be all green now. Thanks! |
🎉 This PR is included in version 6.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@all-contributors please add @adevick for code, test, docs |
I've put up a pull request to add @adevick! 🎉 |
Checks
Changes
findBy*
andgetBy*
queriesContext
Closes #743