mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[PR #614] [MERGED] Add match_case to MD043 #2768
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#2768
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?
📋 Pull Request Information
Original PR: https://github.com/DavidAnson/markdownlint/pull/614
Author: @mateus
Created: 10/19/2022
Status: ✅ Merged
Merged: 10/22/2022
Merged by: @DavidAnson
Base:
next← Head:md043-match-case📝 Commits (3)
fa0455aAdd match_case to MD0435efd75bUpdate test case because MD043 stops checking after the first wrong heading.f56df80Document match_case parameter.📊 Changes
13 files changed (+125 additions, -6 deletions)
View changed files
📝
demo/markdownlint-browser.js(+4 -2)📝
doc/Rules.md(+5 -1)📝
lib/md043.js(+4 -2)📝
schema/.markdownlint.jsonc(+3 -1)📝
schema/.markdownlint.yaml(+2 -0)📝
schema/build-config-schema.js(+5 -0)📝
schema/markdownlint-config-schema.json(+5 -0)➕
test/required-headings-match-case.json(+12 -0)➕
test/required-headings-match-case.md(+9 -0)➕
test/required-headings-wrong-match-case.json(+12 -0)➕
test/required-headings-wrong-match-case.md(+11 -0)📝
test/snapshots/markdownlint-test-scenarios.js.md(+53 -0)📝
test/snapshots/markdownlint-test-scenarios.js.snap(+0 -0)📄 Description
Fixes https://github.com/DavidAnson/markdownlint/issues/613
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.