[GH-ISSUE #103] Support ignoring options like ESLint? #1934

Closed
opened 2026-03-07 20:02:54 +03:00 by kerem · 4 comments
Owner

Originally created by @ybiquitous on GitHub (Jan 25, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/103

Hi! I always use this awesome package! 😄

I think that ESLint's ignoring options are very awesome, so will markdownlint support this feature?

  • --ignore-path
  • --no-ignore
  • --ignore-pattern
$ eslint -h
...
Ignoring files:
  --ignore-path path::String     Specify path of ignore file
  --no-ignore                    Disable use of ignore files and patterns
  --ignore-pattern [String]      Pattern of files to ignore (in addition to those in .eslintignore)
...

See https://eslint.org/docs/user-guide/command-line-interface#options.

Thanks.

Originally created by @ybiquitous on GitHub (Jan 25, 2018). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/103 Hi! I always use this awesome package! 😄 I think that ESLint's ignoring options are very awesome, so will markdownlint support this feature? - `--ignore-path` - `--no-ignore` - `--ignore-pattern` ```sh $ eslint -h ... Ignoring files: --ignore-path path::String Specify path of ignore file --no-ignore Disable use of ignore files and patterns --ignore-pattern [String] Pattern of files to ignore (in addition to those in .eslintignore) ... ``` See <https://eslint.org/docs/user-guide/command-line-interface#options>. Thanks.
kerem 2026-03-07 20:02:54 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Jan 25, 2018):

Thanks! This sounds like an issue for markdownlint-cli, and related to or a duplicate of https://github.com/igorshubovych/markdownlint-cli/issues/16 and https://github.com/igorshubovych/markdownlint-cli/issues/24. If you agree, please add any additional info there and I will close this issue.

<!-- gh-comment-id:360386980 --> @DavidAnson commented on GitHub (Jan 25, 2018): Thanks! This sounds like an issue for `markdownlint-cli`, and related to or a duplicate of https://github.com/igorshubovych/markdownlint-cli/issues/16 and https://github.com/igorshubovych/markdownlint-cli/issues/24. If you agree, please add any additional info there and I will close this issue.
Author
Owner

@ybiquitous commented on GitHub (Jan 25, 2018):

@DavidAnson OK, I agree. Please close this. 👍

<!-- gh-comment-id:360389884 --> @ybiquitous commented on GitHub (Jan 25, 2018): @DavidAnson OK, I agree. Please close this. 👍
Author
Owner

@DavidAnson commented on GitHub (Jan 25, 2018):

Cool. I will look at adding this soon.

<!-- gh-comment-id:360391496 --> @DavidAnson commented on GitHub (Jan 25, 2018): Cool. I will look at adding this soon.
Author
Owner

@ybiquitous commented on GitHub (Feb 1, 2018):

@DavidAnson markdownlint-cli@0.7.0 now supports this feature! 🎉
Thank you so much for your great works! 😄 👍

<!-- gh-comment-id:362128037 --> @ybiquitous commented on GitHub (Feb 1, 2018): @DavidAnson [`markdownlint-cli@0.7.0`](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.7.0) now supports this feature! 🎉 Thank you so much for your great works! 😄 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1934
No description provided.