mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #385] [MERGED] Add spaces_per_tab param to MD010 #855
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#855
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/385
Author: @Yash-Singh1
Created: 4/6/2021
Status: ✅ Merged
Merged: 4/9/2021
Merged by: @DavidAnson
Base:
next← Head:main📝 Commits (10+)
3ab0968Add spaces param to MD010f0e8b88Renamed spaces to spaces_per_tab37d506eAdd docs on spaces_per_tab4db8d7bDon't require sol to use spaces_per_tab055bed7Change description as suggested in code review40eac83Fix tests and build demobe8a560Apply suggestions from code review434edc9Add test cases45a9fb3Changed versions to v0.0.09f56c9aAdd tests for default spaces and reverted results-objects tests changes📊 Changes
19 files changed (+157 additions, -4 deletions)
View changed files
📝
demo/markdownlint-browser.js(+5 -1)📝
doc/Rules.md(+4 -1)📝
lib/md010.js(+5 -1)📝
schema/.markdownlint.jsonc(+3 -1)📝
schema/.markdownlint.yaml(+2 -0)📝
schema/build-config-schema.js(+5 -0)📝
schema/markdownlint-config-schema.json(+10 -0)➕
test/detailed-results-4-tabs-MD010.json(+7 -0)➕
test/detailed-results-4-tabs-MD010.md(+3 -0)➕
test/detailed-results-4-tabs-MD010.md.fixed(+3 -0)➕
test/detailed-results-4-tabs-MD010.results.json(+29 -0)➕
test/detailed-results-default-spaces-MD010.json(+4 -0)➕
test/detailed-results-default-spaces-MD010.md(+3 -0)➕
test/detailed-results-default-spaces-MD010.md.fixed(+3 -0)➕
test/detailed-results-default-spaces-MD010.results.json(+29 -0)➕
test/detailed-results-no-tabs-edge-case-MD010.json(+7 -0)➕
test/detailed-results-no-tabs-edge-case-MD010.md(+3 -0)➕
test/detailed-results-no-tabs-edge-case-MD010.md.fixed(+3 -0)➕
test/detailed-results-no-tabs-edge-case-MD010.results.json(+29 -0)📄 Description
Fixes #384
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.