You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have you checked if direct call: markdownlint -i **/template_*.md content/**/*.md works like expected?
I think it's because of bash's glob expanding - it expands **/template_*.md before calling markodownlint CLI.
Could you can try to escape it (at least glob passed as -i argument)? This can be done like:
When I write:
It works.
But if I add ignore parameter, so it's failing:
it's not working? What am I missing?
The text was updated successfully, but these errors were encountered: