-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
markdownlint argument -c/--config ignores any input #373
Comments
This was referenced Mar 2, 2021
From my phone:
|
I did, same issue. Moving the config file to |
Please try `v0.27.1', thanks, and sorry for the trouble! |
Sorry for reporting in the wrong repository. Thanks for the quick fix @DavidAnson !!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DavidAnson :)
I am trying to use your awesome linter for this nf-core/pangenome#44 pipeline.
Here, we are providing a config file to tell markdownlint how we want the linting done. However, using
-c/--config
to provide this config file, it is completely ignored.See the following tiny example:
markdownlint.yml
:The line-length errors should not appear!
Changing the name of the config file to
.markdownlint.yml
, keeping it locally and not setting-c/--config
resolves the issue.But I thought this argument would allow to provide such a config file from anywhere?
I am running your 0.27.0 release on node v15.10.0.
Example files:
Markdown.zip
Thanks for any feedback!
The text was updated successfully, but these errors were encountered: