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

recursively include dot files #1980

Closed
AnthonyElcocks opened this issue Nov 9, 2021 · 1 comment · Fixed by #1985
Closed

recursively include dot files #1980

AnthonyElcocks opened this issue Nov 9, 2021 · 1 comment · Fixed by #1985

Comments

@AnthonyElcocks
Copy link

AnthonyElcocks commented Nov 9, 2021

The file pattern does does not cater for recursive search including dot files

The current implementation means specifying the dot pattern at each level, as given in the example {,.}/**/*.md
Could we pass --dot and/or have dot:true in cspell.json, (see glob.js for example)

I would like to spell check all dot prefixed files and folders at all levels

example
root
.vscode folder
.eslintrc
src
.config

Alternatives are to configure the pattern to include the dot at each level, which would make the pattern large and is not practical
Change the file names or folder structure, which is not always in my control

@github-actions
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants