mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #133] More documentation on how to include a custom rule, please #113
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#113
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 @JoshuaKGoldberg on GitHub (Jul 15, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/133
Continuing https://github.com/igorshubovych/markdownlint-cli/issues/41: there's no documentation on what structure a repository that contains a custom rule should have.
I'm working on one now and can probably fix this soon.
@DavidAnson commented on GitHub (Jul 15, 2018):
The custom rule document (https://github.com/DavidAnson/markdownlint/blob/master/doc/CustomRules.md) includes a link to https://github.com/DavidAnson/markdownlint/blob/master/test/rules/package.json which should be helpful?