mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
ae54dc862c
Keep the `.typos.toml` out of the repo root for better readability Also specify a version for the workflow to protect against breakage
13 lines
262 B
TOML
13 lines
262 B
TOML
[files]
|
|
extend-exclude = ["crates/nu-command/tests/commands/table.rs", "*.tsv", "*.json", "*.txt"]
|
|
|
|
[default.extend-words]
|
|
# Ignore false-positives
|
|
nd = "nd"
|
|
fo = "fo"
|
|
ons = "ons"
|
|
ba = "ba"
|
|
Plasticos = "Plasticos"
|
|
IIF = "IIF"
|
|
numer = "numer"
|
|
ratatui = "ratatui"
|