-
-
Notifications
You must be signed in to change notification settings - Fork 243
feat(eslint-plugin): add rules to ban experimental and developer preview #2037
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
base: main
Are you sure you want to change the base?
feat(eslint-plugin): add rules to ban experimental and developer preview #2037
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit dc80fb8. 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 5 targetsSent with 💌 from NxCloud. |
2502f55
to
8b8c540
Compare
@json-derulo I pushed a commit which facilitates the type checked rule tests |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2037 +/- ##
==========================================
- Coverage 91.05% 90.79% -0.26%
==========================================
Files 181 186 +5
Lines 3521 3630 +109
Branches 587 606 +19
==========================================
+ Hits 3206 3296 +90
- Misses 164 177 +13
- Partials 151 157 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
117e369
to
dc935d3
Compare
77b0117
to
0a5d5a4
Compare
…per-preview rules
0a5d5a4
to
dc80fb8
Compare
Very useful rules |
@json-derulo Do you have any plans to continue working on these please? |
@JamesHenry yes I am planning to continue work on this PR, probably it will take a few weeks though because at the moment I have limited availability. What's not working currently is that for some reason the annotated code is not always detected when imported from an external file, which I found while implementing the tests. Also, the code coverage is marked as insufficient, however the uncovered lines reported by the tool look strange. |
Fixes #1721, Fixes #2033
Current status: