Open szepeviktor opened 2 months ago
I presume you mean https://github.com/crate-ci/typos
That's also OSS, so I can certainly consider it. We'd have to change what we invoke in our workflow. We'll also have to do some reconfiguring, since we have a number of non-English files.
No matter what, we should fix the typos noted. They aren't a BIG deal, but it'd be nice to do so.
have to do some reconfiguring,
Here is .typos.toml
for you.
[files]
extend-exclude = [
".git/",
".codespellignore",
"config/locales/",
"test/vcr_cassettes/*.yml",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"[0-9A-Za-z/+]{76}",
"Synopsys' Protecode",
"Jonathan Suh",
"mis à jour",
"du site Web du projet",
"les projets de logiciel",
]
[default.extend-words]
# No such English word
requestor = "requestor"
[default.extend-identifiers]
HELO = "HELO"
WXwindows = "WXwindows"
# Typos
#"Github" = "GitHub"
typos
works a bit better.Would you upgrade?