mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 14:51:01 +02:00
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:
15
.github/.typos.toml
vendored
15
.github/.typos.toml
vendored
@ -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"
|
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
@ -11,5 +11,3 @@ jobs:
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@v1.18.2
|
||||
with:
|
||||
config: ./.github/.typos.toml
|
||||
|
Reference in New Issue
Block a user