You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a pretty long typos.toml file, my project allows abbreviations in variable names, and I don't want to have to keep adding more entries to typos.toml whenever a new abbreviation is used. I'd like to exclude all corrections that are 4 or fewer letters long. default.extend-words-re = ["^[a-zA-Z][a-zA-Z]?[a-zA-Z]?[a-zA-Z]?$"] seems like a reasonable extension for my repo.
I have a pretty long
typos.toml
file, my project allows abbreviations in variable names, and I don't want to have to keep adding more entries totypos.toml
whenever a new abbreviation is used. I'd like to exclude all corrections that are 4 or fewer letters long.default.extend-words-re = ["^[a-zA-Z][a-zA-Z]?[a-zA-Z]?[a-zA-Z]?$"]
seems like a reasonable extension for my repo.Here's my typos.toml, for reference
The text was updated successfully, but these errors were encountered: