-
-
Notifications
You must be signed in to change notification settings - Fork 91
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(no-callback-in-promise): false positives when the exception is an argument #446
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 25
Lines 649 646 -3
Branches 250 246 -4
=========================================
- Hits 649 646 -3 ☔ View full report in Codecov by Sentry. |
@MichaelDeBoey any chance to merge this? 🙏 |
79d8d0d
to
98cf8d9
Compare
What is the purpose of this pull request?
What changes did you make?
Fixes false positives when the exception is an argument of the promise call expression.