-
Notifications
You must be signed in to change notification settings - Fork 1.2k
pre-commit: upgrade markdownlint to the latest version #11066
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11066 +/- ##
======================================
Coverage 3.89% 3.89%
======================================
Files 417 417
Lines 33973 33973
Branches 6096 6096
======================================
Hits 1324 1324
Misses 32491 32491
Partials 158 158
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the markdownlint tool version from v0.43.0 to v0.45.0 in the pre-commit configuration and disables a new linting rule (MD059) that was introduced in the updated version.
- Updates markdownlint-cli from v0.43.0 to v0.45.0 in pre-commit configuration
- Disables the new MD059 rule for descriptive link text to maintain backward compatibility
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .pre-commit-config.yaml | Updates markdownlint version from v0.43.0 to v0.45.0 |
| .github/linters/.markdown-lint.yml | Disables the new MD059 rule for descriptive link text |
vishesh92
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look good to me
Description
This PR moves markdownlint to the latest version.
https://github.com/igorshubovych/markdownlint-cli/releases
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Ran locally
pre-commit run --all-filesHow did you try to break this feature and the system with this change?