-
Notifications
You must be signed in to change notification settings - Fork 291
improve external link parsing #702
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: master
Are you sure you want to change the base?
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
|
Warning Rate limit exceeded@JJ-Author has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 12 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
|
||
| // Check if this uri has a scheme. If it does not, add a default http:// scheme | ||
|
|
||
| // Check if this uri has a scheme. If it does not, add a default http:// scheme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Check if this uri has a scheme. If it does not, add a default http:// scheme | |
| // Check whether this URI has a scheme. If it does not, add a default http:// scheme |
Most of the LinkParserTest we failing and this PR fixes most of these tests. There are still issues with external links with paths (containing
?) this is due to the URI escaping utils and not addressed in this change