Open nickserv opened 1 year ago
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.
git ls-files "*.md" "*.mdx" \| wc -l
docusaurus-mdx-checker
docusaurus-mdx-checker -c docs
docusaurus-mdx-checker -c blog
Results appear to be consistent with -c in different directories.
-c
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
git ls-files "*.md" "*.mdx" \| wc -l
docusaurus-mdx-checker
docusaurus-mdx-checker -c docs
docusaurus-mdx-checker -c blog
Results appear to be consistent with
-c
in different directories.