mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
4372d00ea9
# Description Moves the `typos` config to the repository root directory. This allows one to run `typos` locally and have the config used automatically. Currently, one has to instead run `typos -c .github/.typos.toml`.
16 lines
294 B
TOML
16 lines
294 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"
|
|
doas = "doas"
|
|
wheres = "wheres"
|