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

Inconsistent file globbing #1

Open
nickmccurdy opened this issue Nov 14, 2023 · 0 comments
Open

Inconsistent file globbing #1

nickmccurdy opened this issue Nov 14, 2023 · 0 comments

Comments

@nickmccurdy
Copy link

nickmccurdy commented Nov 14, 2023

This tool seems to find too many or too few files when globbing. I suspect default includes are the culprit, though I'm not sure if this is just a counting issue or if it affects errors too.

Example from Testing Library

Command Count
git ls-files "*.md" "*.mdx" | wc -l 115
docusaurus-mdx-checker 111
docusaurus-mdx-checker -c docs 216
docusaurus-mdx-checker -c blog 111

Results appear to be consistent with -c in different directories.

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

No branches or pull requests

1 participant