nushell/typos.toml
Maxim Zhiburt d75aa7ed1b
fix f25525b (#15500)
This addresses color issue; Yeees just got forgotten it :(
As far as I understand an acceptance test can't be created because ansi
got stripped in `nu!`. (for future regressions)

But wrapping I need to take a deeper look.
Maybe in an hour.

cc: @fdncred
2025-04-11 08:02:01 -05:00

32 lines
574 B
TOML
Raw Blame History

[files]
extend-exclude = [
".git/",
"crates/nu-command/tests/commands/table.rs",
"crates/nu-cmd-extra/assets/228_themes.json",
"tests/fixtures/formats/",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"Plasticos Rival",
"│ in_custom_valu │",
"│ ine │",
":es\\|ful\\(",
"\\\\u\\{e7ba\\}",
"([0-9a-f][0-9a-f] ){4}",
"--find ba\\b",
"0x\\[ba be\\]",
"\\)BaR'",
"fo<66>.txt",
]
[type.rust.extend-words]
nd = "nd"
typ = "typ"
numer = "numer"
styl = "styl"
[default.extend-identifiers]
ratatui = "ratatui"