-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: improve external reference relevance #8334
Conversation
Adjusted tests to ensure that the rule does not fail when a queryFn inside queryOptions contains a reference to an external variable. Also updated other tests to wrap query calls in a function component for consistency. fix #8326
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b855e5d. 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 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8334 +/- ##
=========================================
+ Coverage 0 88.12% +88.12%
=========================================
Files 0 15 +15
Lines 0 497 +497
Branches 0 185 +185
=========================================
+ Hits 0 438 +438
- Misses 0 45 +45
- Partials 0 14 +14
|
fixes #8326
This change improves the external references relevance. I had to update other test cases accordingly.