mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #287] Document the .markdownlintignore feature in the README #2097
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#2097
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 @KasparEtter on GitHub (May 15, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/287
When looking into how to ignore files, I stumbled upon https://github.com/DavidAnson/vscode-markdownlint#markdownlintignore and I think the
.markdownlintignorefile should also be documented in the README of this project (because this is where people look first).(Now that I know what to search for, I also saw the issue #245. Is it such a new feature then?)
Let me know if you want me to make a pull request. I think the content could just be copy-pasted from the link above.
@DavidAnson commented on GitHub (May 15, 2020):
Only the VS Code extension and the CLI will automatically look for and use a
.markdownlint.jsonfile. Both already document that. Providing custom config to this library is documented in the following places:@KasparEtter commented on GitHub (May 17, 2020):
I see. I probably got confused by the different projects. Here is the documentation for the CLI: https://github.com/igorshubovych/markdownlint-cli#ignoring-files. Let's close this issue again then.