Closed szepeviktor closed 3 months ago
Or a configuration file
.typos.toml
[files]
extend-exclude = [
".git/",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"index [0-9a-f]{10}\\.\\.[0-9a-f]{10}",
]
[default.extend-identifiers]
"BARs" = "BARs"
"PDMAPICIRQ_EXTINT" = "PDMAPICIRQ_EXTINT"
Thanks for letting us know and helping with the typos configuration! We will have a look at this internally and fix the typos in one of the upcoming updates.
Glad to contribute.
As far as I can see, all typos come from original source code. We run typos in our internal pipeline, but we exclude the original source contents, because they are out of our control. So I will close this now.
All right.
Bug Description
Found few misspellings.
How to Reproduce
https://github.com/szepeviktor/typos-on-you/actions/runs/10023968701/job/27705459930
Would you welcome a PR? Or a configuration file for https://github.com/crate-ci/typos ?