We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no-missing-label-refs
Generate fewer warnings
A new default behavior
> [!NOTE] > Description
The rule uses a regular expression to find missing labels but does not ignore GFM-style alerts.
Ignore the alerts (e.g. [!NOTE]) as they are not a link reference.
[!NOTE]
It seems that rules have no access to which language is used and as such the change would also affect the commonmark mode.
commonmark
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What rule do you want to change?
no-missing-label-refs
What change do you want to make?
Generate fewer warnings
How do you think the change should be implemented?
A new default behavior
Example code
What does the rule currently do for this code?
The rule uses a regular expression to find missing labels but does not ignore GFM-style alerts.
What will the rule do after it's changed?
Ignore the alerts (e.g.
[!NOTE]
) as they are not a link reference.Participation
Additional comments
It seems that rules have no access to which language is used and as such the change would also affect the
commonmark
mode.The text was updated successfully, but these errors were encountered: