mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #433] First long header is not recognized as an error #2209
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#2209
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 @EmilyGraceSeville7cf on GitHub (Sep 28, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/433
Hello! I have README file and the following .yml config:
I don't understand why there is no linter error for
## Requirenmentsheading about long length exceeding 10 chars.@DavidAnson commented on GitHub (Sep 28, 2021):
The default behavior of MD013 will not report a violation if there are no spaces beyond the configured limit. In other words, if there's not an easy change to make the line shorter, it allows the line through. If you want to be strict about the length limit, the "strict" option should do what you want. You may also be interested in the "stern" option, though it wouldn't help in this particular case. The rule documentation has more about this and examples: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013