Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahce
Copy link

@ahce ahce commented Aug 26, 2023

What is the purpose of this pull request?

  • Documentation update
  • Bug fix
  • New rule
  • Changes an existing rule
  • Add autofixing to a rule
  • Other, please explain:

What changes did you make?

Fixes false positives when the exception is an argument of the promise call expression.

image

@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (bbcfcbf) 100.00% compared to head (79d8d0d) 100.00%.

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     
Files Changed Coverage Δ
rules/no-callback-in-promise.js 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichaelDeBoey MichaelDeBoey requested a review from a team August 27, 2023 14:24
@ahce
Copy link
Author

ahce commented Oct 16, 2023

@MichaelDeBoey any chance to merge this? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants