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): [sort-ngmodule-metadata-arrays] deprecate rule #1781

Conversation

abaran30
Copy link
Contributor

This pull request deprecates rule sort-ngmodule-metadata-arrays; see discussions in #1232.

Because there is no replacement for this rule, this pull request also updates the rule doc generator to not include a rule replacement note if one is not available.

Closes #1232

Copy link

nx-cloud bot commented Apr 19, 2024

☁️ Nx Cloud Report

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

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 6 targets

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.60%. Comparing base (8294112) to head (6c6e34d).
Report is 31 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1781      +/-   ##
==========================================
+ Coverage   89.56%   90.60%   +1.03%     
==========================================
  Files         171      176       +5     
  Lines        3202     3278      +76     
  Branches      544      536       -8     
==========================================
+ Hits         2868     2970     +102     
- Misses        198      201       +3     
+ Partials      136      107      -29     
Flag Coverage Δ
unittest 90.60% <ø> (+1.03%) ⬆️

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

Files Coverage Δ
...-plugin/src/rules/sort-ngmodule-metadata-arrays.ts 100.00% <ø> (ø)

... and 34 files with indirect coverage changes

@JamesHenry JamesHenry merged commit 76fb3f1 into angular-eslint:main May 1, 2024
7 checks passed
@JamesHenry JamesHenry changed the title chore(eslint-plugin): [sort-ngmodule-metadata-arrays] deprecate rule fix(eslint-plugin): [sort-ngmodule-metadata-arrays] deprecate rule May 1, 2024
@JamesHenry
Copy link
Member

FYI updated to fix so that it shows up in the release notes

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.

Improving/replacing sort-ngmodule-metadata-arrays
2 participants