Skip to content

fix(eslint-plugin): [keyword-spacing] prevent crash on no options - #6073

Merged
bradzacher merged 1 commit into
mainfrom
keyword-spacing-options
Nov 24, 2022
Merged

bradzacher merged 1 commit into
mainfrom
keyword-spacing-options

Conversation

@JoshuaKGoldberg

Copy link
Copy Markdown
Member

PR Checklist

Overview

Sources the after option from the second parameter to create instead of context.options. Turns out the latter is the raw user-provided options before defaultOptions are applied.

@nx-cloud

nx-cloud Bot commented Nov 23, 2022

Copy link
Copy Markdown

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 6e7ade5. 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 47 targets

Sent with 💌 from NxCloud.

@typescript-eslint

Copy link
Copy Markdown
Contributor

Thanks for the PR, @JoshuaKGoldberg!

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

netlify Bot commented Nov 23, 2022

Copy link
Copy Markdown

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 6e7ade5
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/637e3f71ccf1f50008d17c2a
😎 Deploy Preview https://deploy-preview-6073--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.

@JoshuaKGoldberg
JoshuaKGoldberg marked this pull request as ready for review November 23, 2022 15:42
@codecov

codecov Bot commented Nov 23, 2022

Copy link
Copy Markdown

Codecov Report

Merging #6073 (6e7ade5) into main (90d2ce0) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6073   +/-   ##
=======================================
  Coverage   91.28%   91.28%           
=======================================
  Files         366      366           
  Lines       12353    12353           
  Branches     3612     3612           
=======================================
  Hits        11276    11276           
  Misses        768      768           
  Partials      309      309           
Flag Coverage Δ
unittest 91.28% <100.00%> (ø)

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

Impacted Files Coverage Δ
...ackages/eslint-plugin/src/rules/keyword-spacing.ts 100.00% <100.00%> (ø)

@JoshuaKGoldberg
JoshuaKGoldberg requested a review from a team November 23, 2022 19:44
@bradzacher bradzacher added the bug Something isn't working label Nov 24, 2022

@bradzacher bradzacher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

elon_test_in_production

@bradzacher
bradzacher merged commit 1f19998 into main Nov 24, 2022
@bradzacher
bradzacher deleted the keyword-spacing-options branch November 24, 2022 00:20
@bradzacher
bradzacher restored the keyword-spacing-options branch November 24, 2022 00:23
@bradzacher
bradzacher deleted the keyword-spacing-options branch November 24, 2022 00:23
@bradzacher
bradzacher restored the keyword-spacing-options branch November 24, 2022 00:25
@bradzacher
bradzacher deleted the keyword-spacing-options branch November 24, 2022 00:25
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 2, 2022
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

Development

Successfully merging this pull request may close these issues.

Bug: @typescript-eslint/keyword-spacing crashes

3 participants