mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #128] [CLOSED] Added md046 sentences-per-line #819
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#819
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/128
Author: @JoshuaKGoldberg
Created: 6/22/2018
Status: ❌ Closed
Base:
master← Head:sentences-per-line📝 Commits (1)
56643d9Added md046 sentences-per-line📊 Changes
6 files changed (+140 additions, -43 deletions)
View changed files
📝
README.md(+52 -42)📝
doc/Rules.md(+15 -0)➕
lib/md046.js(+40 -0)📝
lib/rules.js(+2 -1)📝
schema/markdownlint-config-schema.json(+10 -0)➕
test/sentences-per-line.md(+21 -0)📄 Description
Complains if a line contains a second period followed by a space and an [A-Z|a-z] character. Ignores
```and`code blocks.My build locally fails with
76commits onmaster, so I couldn't easily figure out how to add tests. Filed #127.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.