github / markdownlint-github

An opinionated collection of markdownlint rules used by GitHub.
MIT License
73 stars 0 forks source link

Chore: cleanup redundant alt attribute check #101

Closed khiga8 closed 8 months ago

khiga8 commented 8 months ago

The custom rule no-empty-alt-text was updated in https://github.com/github/markdownlint-github/pull/88 to temporarily support flagging images with missing alt attributes since it wasn't already handled by the native markdownlint rule no-alt-text.

<img />

https://github.com/DavidAnson/markdownlint/pull/993 introduced this missing alt attribute check natively to the no-alt-text rule. This change has shipped as part of markdownlint 0.33.0 which this library currently runs, so we should be able to get rid of this now-redundant check.