You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default error message for markdown-cli2 does not include description, aka the optional URL that we pass into the URL to provide consumers with more context about the rule.
It looks like as though we'd need projects to configure a separate formatter like formatter-pretty if we want the error message to link to the description URL. I don't like that we need to install a separate dependency, but this is the more idiomatic route.
Another option is to just include the URL as part of the error message so the formatter doesn't need to be configured but this is less idiomatic.