mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
* 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>
24 lines
472 B
TOML
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"
|