-
Notifications
You must be signed in to change notification settings - Fork 117
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
Custom ignores? #134
Comments
epage
pushed a commit
to epage/typos
that referenced
this issue
Aug 26, 2020
THis is to help with cases like a monorepo with vendored dependencies. A user might want to search (`.ignore`) them but not hold the code to the same standards as first-party code. Fixes crate-ci#134
epage
pushed a commit
to epage/typos
that referenced
this issue
Aug 26, 2020
THis is to help with cases like a monorepo with vendored dependencies. A user might want to search (`.ignore`) them but not hold the code to the same standards as first-party code. Fixes crate-ci#134
epage
pushed a commit
to epage/typos
that referenced
this issue
Nov 5, 2020
This reverts commit 0052617. The fix for crate-ci#134 was backwards. It turns out `overrides` is for including rather than ignoring. Will need to look at this further.
#193 might be another way of doing this (a config file deeper in turning off checking of files or file names) |
epage
pushed a commit
to epage/typos
that referenced
this issue
May 21, 2021
We want both CLI and config ignores. The question then is what we make them relative to. I decided to favor CLI with `.`. We'll see how this works out Fixes crate-ci#134
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some times files should just be ignore for spelling but work for all others
The text was updated successfully, but these errors were encountered: