Open probonopd opened 4 years ago
// @Scrum
@probonopd @sindresorhus Thanks for the find, I have already made the necessary changes to the package remark-lint-double-link
, let me know if something goes wrong after the update.
Thank you very much @Scrum - this solves the particular issue.
But now I am getting what looks like other false positives:
✖ 193:3 https://www.youtube.com/watch?v=XTGn_JqmDu0 remark-lint:double-link
✖ 203:3 https://www.youtube.com/watch?v=nzZ6Ikc7juw remark-lint:double-link
✖ 204:3 https://www.youtube.com/watch?v=7fPShv-8Z_4 remark-lint:double-link
Could it be that what follows after the ?
is ignored?
@probonopd Hi, it will take me a while to explore the possibility of including parameters in the plugin
@Scrum until then, is there an ignore for this particular rule but only applying to a specific URL? IE: ignore all YouTube links?
@probonopd @jthegedus
@Scrum until then, is there an ignore for this particular rule but only applying to a specific URL? IE: ignore all YouTube links?
Yes, now you can set the ignore flag for such link types, for example
- [puper-link-1](http://link-1)
- [puper-link-1](http://link-2)
<!--lint ignore double-link-->
- [Produce an AppImage that bundles everything with go-appimage](https://www.youtube.com/watch?v=XTGn_JqmDu0)
- [puper-link-1](http://link-1)
- [AppImage: Portable applications for Linux](https://www.youtube.com/watch?v=nzZ6Ikc7juw)
- [Comparing Linux Package Formats - Deb, Flatpak, AppImage, etc.](https://www.youtube.com/watch?v=7fPShv-8Z_4)
In this case, you will receive only one error '2:3-2:32: http://link-1',
Also happening to me as well , not only YouTube either. Google scholar also results the same.
resolved in https://github.com/Scrum/remark-lint-double-link/pull/6 Now query parameters will participate in validation
Hello @sindresorhus I am getting a validation error which I suspect to be a false positive:
My list:
The validation error:
Full log:
https://github.com/AppImage/awesome-appimage/runs/939913779?check_suite_focus=true#step:5:8
What does it mean, how can I fix it? Thank you very much.