mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-21 15:53:30 +01:00
fix: codespell config still references the ui (#2330)
This commit is contained in:
parent
808138de63
commit
538ccbc748
@ -1,6 +1,6 @@
|
||||
[codespell]
|
||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md,ui/pnpm-lock.yaml
|
||||
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md
|
||||
check-hidden = true
|
||||
# ignore-regex =
|
||||
ignore-words-list = crate,ratatui,inbetween
|
||||
|
Loading…
Reference in New Issue
Block a user