Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to disable a rule? #36

Closed
iamtodor opened this issue Jun 4, 2022 · 2 comments · May be fixed by #39
Closed

Is it possible to disable a rule? #36

iamtodor opened this issue Jun 4, 2022 · 2 comments · May be fixed by #39

Comments

@iamtodor
Copy link

iamtodor commented Jun 4, 2022

According to https://github.com/igorshubovych/markdownlint-cli#usage I'd like to check whether it's possible to disable some rules such as MD013 while running markdown lint?

@nosborn
Copy link
Owner

nosborn commented Jun 8, 2022

Hi @iamtodor. Currently the only way to do it is with a configuration file in the repository. The upcoming v4 release adds support for the --enable/--disable options though, so it will also be possible without the configuration file.

@nosborn nosborn linked a pull request Jun 8, 2022 that will close this issue
@iamtodor
Copy link
Author

iamtodor commented Jun 9, 2022

@nosborn got you, thanks!
what is the difference between config and rules?
For instance, if I'd like to modify MD029 to be ordered, then I need to use rules or config?

@nosborn nosborn closed this as completed Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants