-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix bad flag and link #12320
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?
Fix bad flag and link #12320
Conversation
|
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @rpradal |
|
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12320 +/- ##
==========================================
- Coverage 91.37% 91.30% -0.07%
==========================================
Files 203 203
Lines 25044 25044
==========================================
- Hits 22884 22867 -17
- Misses 2160 2177 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Thank you for the fix @rpradal - once the CLA is signed this should be good to go! Will also backport to a 1.11 patch |
Great. I just signed the CLA |
Problem
Error message for package ref search order violation does not match the doc url and flag
Solution
Fix the error message
Checklist