rspell
rspell copied to clipboard
Option to always fix a certain typo
Is there an existing issue or pull request for this?
- [X] I have searched the existing issues and pull requests
Feature description
Sometimes, if you run rspell in many repositories, you find a lot of duplicate PRs. For example, I've noticed "overriden" instead of "overridden" maybe 10 times.
Desired solution
Maybe there could be a "make this replacement in the future" or something option. rspell could add an rspell field in the cspell config for custom values, such as replacements: { "overriden": "overridden" }. Not a fully formed thought on my part, just jotting this down.
Alternatives considered
No response
Additional context
No response