mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-07 14:44:59 +00:00

* migrate old test_syntax snapshots (pass/fail/malformed) to new format * ignore snapshots for `typos` CI check
20 lines
407 B
TOML
20 lines
407 B
TOML
[files]
|
|
extend-exclude = [
|
|
"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/zig_llvm.h",
|
|
"src/snapshots/",
|
|
]
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [".*_SME_.*"]
|
|
|
|
[default.extend-words]
|
|
HSA = "HSA"
|
|
typ = "typ"
|