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(utils): support immutable arrays in ReportFixFunction #3830

Merged
merged 1 commit into from Sep 3, 2021

Conversation

rafaelss95
Copy link
Contributor

Fixes #3829.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @rafaelss95!

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. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #3830 (2e0ef96) into master (cf3b44f) will decrease coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3830      +/-   ##
==========================================
- Coverage   92.67%   92.56%   -0.12%     
==========================================
  Files         327      188     -139     
  Lines       11357     8485    -2872     
  Branches     3204     2610     -594     
==========================================
- Hits        10525     7854    -2671     
+ Misses        370      263     -107     
+ Partials      462      368      -94     
Flag Coverage Δ
unittest 92.56% <100.00%> (-0.12%) ⬇️

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

Impacted Files Coverage Δ
...slint-plugin/src/rules/prefer-enum-initializers.ts 100.00% <ø> (ø)
...ackages/eslint-plugin/src/rules/no-explicit-any.ts 92.85% <100.00%> (ø)
packages/scope-manager/src/lib/webworker.ts
packages/scope-manager/src/lib/es2015.proxy.ts
...ackages/scope-manager/src/referencer/Referencer.ts
.../scope-manager/src/variable/ImplicitLibVariable.ts
...ges/scope-manager/src/lib/es2018.asyncgenerator.ts
...e-manager/src/scope/FunctionExpressionNameScope.ts
packages/scope-manager/src/scope/index.ts
...scope-manager/src/definition/VariableDefinition.ts
... and 131 more

@bradzacher bradzacher added the bug Something isn't working label Sep 3, 2021
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.

thanks for this!

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.

Accept readonly RuleFix[] on context.report({ fix })
2 participants