-
-
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
feat(no-callback-in-promise
): add timeoutsErr
option
#514
feat(no-callback-in-promise
): add timeoutsErr
option
#514
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #514 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 26 +1
Lines 649 711 +62
Branches 250 277 +27
=========================================
+ Hits 649 711 +62 ☔ View full report in Codecov by Sentry. |
0e80f70
to
e0453c4
Compare
e0453c4
to
6b3dce6
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…t-community#167 Also: - fix(`no-callback-in-promise`): ensure timeouts do not err (by default); fixes eslint-community#220
6b3dce6
to
cee71eb
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
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 👍
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!
What is the purpose of this pull request?
What changes did you make? (Give an overview)
no-callback-in-promise
): addtimeoutsErr
option; fixes no-callback-in-promise misses callback passed as argument #167no-callback-in-promise
): ensure timeouts do not err (by default); fixes no-callback-in-promise use cases #220