-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to ignore files #290
Comments
Generally, generated files should be put under Would this be feasible or do you have a different use case? |
One counter-example is
It's not a formatting issue, but it has invalid words in its comments that are caught by cargo-spellcheck. What I would like to have is sth like Let me know if my explanations make sense |
It does make sense. What do you think about a regex in the config file which could be part of the repository? |
Either way is good for me. Thanks for accepting this feature request! btw, IMHO glob patterns would be better and easier than regular expressions |
Just bumping this, I have a CSS files with classes that I cannot change which would be nice to ignore. |
Happy to work on this if you think it makes sense for a first time contributor. |
Sorry I forgot that cargo-spell check is for documentation and comments, it was another tool complaining about the css, |
+1 please |
** Q: **
What are the CLI options or config fiels that I can use to ignore some
.rs
files, e.g. those auto-generated by protobuf, thanks!The text was updated successfully, but these errors were encountered: