roc/typos.toml
Anton-4 824c243d06
more Result>Try updates (#8382)
* more Result>Try updates

* [WIP] Fix typo in Try variable names (#8383)

* Initial plan

* Add exception for 'Trys' to typos.toml

Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>

* not this one

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2025-11-14 17:10:55 +01:00

24 lines
472 B
TOML

[files]
extend-exclude = [
".git/",
"design/language/Abilities.md",
"src/snapshots/fuzz_crash",
"crates/vendor/",
"authors",
"crates",
"examples/static-site-gen/input/",
"COPYRIGHT",
"crates/compiler/checkmate/www/package-lock.json",
"src/build/zig_llvm.h",
"test/snapshots/",
"build.zig.zon",
]
[default]
extend-ignore-identifiers-re = [".*_SME_.*"]
[default.extend-words]
HSA = "HSA"
typ = "typ"
ba = "ba"
Trys = "Trys"