-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Doubt about awesome-lint double-link error #133
Comments
I think we should only lint the list items for double links. Not their description, and not any other text. // @Scrum |
Only links are checked, describe your problem in more detail |
For example, if I have these two elements in the readme:
Awesome-lint will notify double-link error for the Launcher3 links in the descriptions. |
I still can't figure out why we shouldn't check the links in the paragraph and the link description? I believe that if there are more than one links, then it already looks like a repository pair. The link or paragraph should contain a general description that characterizes the package. |
My false positive for this rule came from my preamble, where I linked to the project by its |
I got the same error (double links) because of the links in item descriptions and connecting paragraphs. I deleted all these kinds of links now to compliant with the awesome-lint rules, but I think I paid the price of readability. I will add these links back when the bug is fixed. |
If the double links are in the description of two different elements (because they both are a fork of the linked repository) is this still considered an error? as if I didn't respect the guidelines?
The text was updated successfully, but these errors were encountered: