-
-
Notifications
You must be signed in to change notification settings - Fork 243
feat(eslint-plugin)!: remove deprecated sort-ngmodule-metadata-arrays rule #2114
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
feat(eslint-plugin)!: remove deprecated sort-ngmodule-metadata-arrays rule #2114
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit a258271. 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 7 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next-major-release/v19 #2114 +/- ##
==========================================================
- Coverage 90.98% 90.80% -0.18%
==========================================================
Files 179 177 -2
Lines 3449 3425 -24
Branches 576 574 -2
==========================================================
- Hits 3138 3110 -28
- Misses 164 166 +2
- Partials 147 149 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
7d7534a
into
angular-eslint:next-major-release/v19
… rule (#2114) Co-authored-by: Daniel Kimmich <json-derulo@users.noreply.github.com>
… rule (#2114) Co-authored-by: Daniel Kimmich <json-derulo@users.noreply.github.com>
… rule (#2114) Co-authored-by: Daniel Kimmich <json-derulo@users.noreply.github.com>
… rule (#2114) Co-authored-by: Daniel Kimmich <json-derulo@users.noreply.github.com>
Removes the deprecated
sort-ngmodule-metadata-arrays
rule, as it is unreliable. Also it does not work in standalone, which is the new default in v19.