Bump markdownlint-cli in .pre-commit-config.yaml file#2366
Merged
Fokko merged 3 commits intoapache:mainfrom Aug 21, 2025
Merged
Bump markdownlint-cli in .pre-commit-config.yaml file#2366Fokko merged 3 commits intoapache:mainfrom
markdownlint-cli in .pre-commit-config.yaml file#2366Fokko merged 3 commits intoapache:mainfrom
Conversation
Contributor
Author
|
@Fokko, could you please review this PR and let me know why updating to |
Contributor
|
@ayushjariyal This is caused by that 0.45.0 introduces a new check that check if there is only one heading in Markdown. To get the check passing we need to look into the Markdown files and resolve the issues. |
Contributor
Author
|
@Fokko, I’ve updated
Please let me know if there are any further improvements you’d recommend. |
Fokko
reviewed
Aug 21, 2025
Fokko
approved these changes
Aug 21, 2025
Contributor
Fokko
left a comment
There was a problem hiding this comment.
This looks great @ayushjariyal Thanks again!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

issue #2341
Initially, I updated
markdownlint-clifromv0.43.0 → v0.45.0, but runningmake lintfailed with errors:After that, I downgraded slightly to
v0.44.0(instead ofv0.45.0), andmake lintexecuted successfully: