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(eslint-plugin): [no-confusing-void-expression] check sequence expressions for void is in last position #6597

Merged
merged 1 commit into from Mar 13, 2023

Conversation

cparros
Copy link
Contributor

@cparros cparros commented Mar 10, 2023

PR Checklist

Overview

Added a check to sequence expressions that ignores void unless it is in the last position of a SequenceExpression

@nx-cloud
Copy link

nx-cloud bot commented Mar 10, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 500c7e9. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 46 targets

Sent with 💌 from NxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @cparros!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

@netlify
Copy link

netlify bot commented Mar 10, 2023

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 500c7e9
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/640b93e747f8600008ca71ff
😎 Deploy Preview https://deploy-preview-6597--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Merging #6597 (500c7e9) into main (006c86d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6597   +/-   ##
=======================================
  Coverage   90.67%   90.67%           
=======================================
  Files         376      376           
  Lines       12849    12852    +3     
  Branches     3783     3785    +2     
=======================================
+ Hits        11651    11654    +3     
  Misses        854      854           
  Partials      344      344           
Flag Coverage Δ
unittest 90.67% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...t-plugin/src/rules/no-confusing-void-expression.ts 98.88% <100.00%> (+0.03%) ⬆️

@bradzacher bradzacher added the bug Something isn't working label Mar 13, 2023
Copy link
Member

@bradzacher bradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks for doing this!

@bradzacher bradzacher added this pull request to the merge queue Mar 13, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 13, 2023
@bradzacher bradzacher added this pull request to the merge queue Mar 13, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 13, 2023
@JoshuaKGoldberg JoshuaKGoldberg merged commit d73d7d3 into typescript-eslint:main Mar 13, 2023
37 of 39 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
3 participants