mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #203] Deprecated rules are not identified as such in the root README.md #2025
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2025
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @travisclagrone on GitHub (Jul 6, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/203
Description
Deprecated rules (e.g. MD002) are not identified as such in the Rules / Aliases section of the root README.md.
Discussion
Considering that the Rules / Aliases section is an otherwise comprehensive list on the "front page" so-to-speak, the lack of deprecation identification there runs the risk of perpetuating deprecated rules by way of users quick-referencing this list (despite any deprecation notice in the full Rules.md). Obversely, considering that the Rules / Aliases section is otherwise able to serve as a "quick reference" for the full Rules.md documentation, it could be made even more helpful by easily identifying which rules are deprecated.
Proposal
For each rule that is deprecated,
strike throughthe corresponding list item in Rules / Aliases.@DavidAnson commented on GitHub (Jul 6, 2019):
Agreed. Your PR looks good and I should be able to complete it later after a review. Thanks!