-
Notifications
You must be signed in to change notification settings - Fork 87
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
--config
flag is broken
#173
Comments
See also DavidAnson/markdownlint#373 I'll have a look tonight. |
Can you please give an example that does not work? All the tests are passing, so it should not be completely broken? |
Sure, I'll also add it to the initial comment:
markdownlint -c .github/markdownlint.yaml . The settings specified in |
Thanks, I can reproduce this. Looking now... |
I should have a fix shortly. |
Please try `v0.27.1', thanks, and sorry for the trouble! |
@DavidAnson no worries, thank you for the fix! |
Hi! It seems like the latest release broke the way the
--config
flag is handled?I use the
--config
flag in my CI/CD workflow for markdown linting, and as of a few hours ago it's no longer respecting the configuration that I've set up.UPDATE:
Adding additional context with an example:
markdownlint -c .github/markdownlint.yaml .
The settings specified in
.github/markdownlint.yaml
were being respected until a few hours ago, which I imagine coincides with the 0.27.0 release.The text was updated successfully, but these errors were encountered: