mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #245] Add support .markdownlintignore #2057
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#2057
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 @Yegorich555 on GitHub (Jan 3, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/245
Every linter (stylelint, eslint) supports .ignore file for excluding files from linting. When I run
markdownlint **/*.mdcommand from it checks node_modules folder and this is stupid. I can add this folder viamarkdownlint **/*.md --ignore node_modulesbut this is doesn't match with best practices.I would like to use .markdownlintignore file for excluding files/folders
@DavidAnson commented on GitHub (Jan 3, 2020):
I am halfway through making this change, actually!
You can track it here: https://github.com/igorshubovych/markdownlint-cli/issues/61
@Yegorich555 commented on GitHub (Jan 4, 2020):
Nice to know. Thank you
@DavidAnson commented on GitHub (Jan 4, 2020):
I hope to release a new CLI with this feature over the weekend.