Skip to content
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

Chore: cleanup redundant alt attribute check #101

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

khiga8
Copy link
Contributor

@khiga8 khiga8 commented Feb 13, 2024

The custom rule no-empty-alt-text was updated in #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 />

DavidAnson/markdownlint#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.

@khiga8 khiga8 requested a review from a team as a code owner February 13, 2024 02:09
@khiga8 khiga8 merged commit 9ba0286 into main Feb 13, 2024
2 checks passed
@khiga8 khiga8 deleted the kh-cleanup-redundant-logic branch February 13, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants