mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-25 12:21:55 +02:00
chore(codespell): ignore CODE_OF_CONDUCT (#2044)
Several dictionaries suggest keeping the hyphen. In fact, it's generally a good idea to hyphenate with too many adjacent vowels.
This commit is contained in:
parent
fbd76976ab
commit
8d99ee0a69
@ -1,6 +1,6 @@
|
|||||||
[codespell]
|
[codespell]
|
||||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
skip = .git*,*.lock,.codespellrc
|
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# ignore-regex =
|
# ignore-regex =
|
||||||
ignore-words-list = crate,ratatui,inbetween
|
ignore-words-list = crate,ratatui,inbetween
|
||||||
|
Loading…
x
Reference in New Issue
Block a user