Move typos config to repo root (#11949)

# 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`.
This commit is contained in:
Ian Manske
2024-02-24 20:29:57 +00:00
committed by GitHub
parent 7884de1941
commit 4372d00ea9
2 changed files with 0 additions and 2 deletions

15
.github/.typos.toml vendored
View File

@ -1,15 +0,0 @@
[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"

View File

@ -11,5 +11,3 @@ jobs:
- name: Check spelling
uses: crate-ci/typos@v1.18.2
with:
config: ./.github/.typos.toml