mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
Bump typo with new ignore (#13563)
Supersedes #13554 (not sure how to narrow the word ignore to a file, maybe the better course of action would be to mark this file as an ignore with all the cryptic fileendings)
This commit is contained in:
parent
e530e7d654
commit
035308bb1d
2 changed files with 2 additions and 1 deletions
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
|
@ -10,4 +10,4 @@ jobs:
|
|||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@v1.23.5
|
||||
uses: crate-ci/typos@v1.23.6
|
||||
|
|
|
@ -23,6 +23,7 @@ extend-ignore-re = [
|
|||
[type.rust.extend-words]
|
||||
nd = "nd"
|
||||
numer = "numer"
|
||||
styl = "styl"
|
||||
|
||||
[default.extend-identifiers]
|
||||
ratatui = "ratatui"
|
||||
|
|
Loading…
Reference in a new issue