Files
2026-07-13 12:49:10 +08:00

15 lines
318 B
TOML

# Typo check: https://github.com/crate-ci/typos
[default]
[default.extend-words]
Invokable = "Invokable"
invokable = "invokable"
InvokableLambda = "InvokableLambda"
InvokableRun = "InvokableRun"
typ = "typ"
byted = "byted"
cpy = "cpy"
mak = "mak"
[files]
extend-exclude = ["go.mod", "go.sum", "check_branch_name.sh"]