-
Notifications
You must be signed in to change notification settings - Fork 122
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
A dictionary with brand name typos #1045
Comments
Thank you for your response. So I should keep my default config file with these brand names. [default]
extend-ignore-re = [
"\\bBig Sur\\b",
]
[default.extend-identifiers]
"Github" = "GitHub"
"HashiCorp" = "HashiCorp"
"Wordpress" = "WordPress" |
If you are concerned for these as identifiers, rather than words, that its a bit different. However, I don't how much consensus there is on these oddly cased names being used as actual identifiers in code (e.g. |
All right. I keep this list on my computer. |
Would it be possible to start a custom dictionary with brand names?
I meet these
The text was updated successfully, but these errors were encountered: