-
Notifications
You must be signed in to change notification settings - Fork 122
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
Guidance on extend-exclude for a directory? #861
Comments
I think its the |
Hi @epage , Thanks so much for taking a look and the speedy response. That did the trick! 🙌 For my own understanding ... the config file paths for exclude (at least) seem to start naturatlly from the top of the repo, then? Thanks again for the help! |
Currently, they start from the CWD that |
Nice, thanks for the pointer as well. This is great stuff! Closing this Issues. :) |
Hi, I've been searching through and reading the Issues (and Readme, of course) around the extend-exclude option with typos, and I'm still hitting a speedbump. I'd like to implement typos in a GitHub Workflow Action, and after verifying that I've got it finding the config file correctly, I just can't seem to get it to exclude checking a specific directory in our repo. 🤦 Hoping some fresh eyes from someone here can point me to my goof. 🤞
Workflows Action file:
And here's the
typos.toml
file; it lives in the same directory as the workflow file in the repo (.github/workflows
):The directory I'd like to exclude from spell checking is called tests, and it has some subdirectories as well. I'd like to exlucde all of it. That dir lives, from the root of the repo, at
./swirl/tests
I've tried a variety of path syntax in the
extend-exclude
line...a couple examples:Pointer to the public repo, if that helps: https://github.com/swirlai/swirl-search
Any pointers or guidance much appreciated, thank you!
The text was updated successfully, but these errors were encountered: