-
-
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
Additional files in spellcheck.toml
- changelogs
#253
Comments
This would require a changelog parser i.e. like https://crates.io/crates/parse-changelog , other than that I don't think there are any further obstacles to implement it. I'd be happy to guide you through the implementation of that feature. |
I'm a bit confused, I thought |
You're correct for hunspell, the existing common mark parser will work ok as is from what I can tell. Using a parser for the changelog that is aware of the overall structure of a changelog will help with |
Personally for me that's overkill, considering that I didn't even encounter false-positives and have been using it on If I do find time, I will look into contributing myself here! |
Adding a default quirk for various date formats might indeed be sufficient. |
spellcheck.toml
spellcheck.toml
- changelogs
Is your feature request related to a particular use-case?
I would like to add checking
CHANGELOG.md
for spelling errors in the CI too.Describe the solution you'd like to implement/see implemented
Add a new configuration key to
spellcheck.toml
to include additional files.Describe alternatives you've considered
Currently the alternative is to pass a path to
cargo spellcheck CHANGELOG.md
directly. This is undesirable, because contributors who are developing locally now have to remember this. Adding it tospellcheck.toml
makes it automatic.The text was updated successfully, but these errors were encountered: