mirror of https://github.com/valkey-io/valkey
Add spellchecker ignore section (#1730)
Added an ignore-words section for the typos checker --------- Signed-off-by: Ran Shidlansik <ranshid@amazon.com>
This commit is contained in:
parent
c4c9c6db48
commit
c5ae37f223
|
|
@ -13,6 +13,7 @@ ignore-hidden = false
|
|||
exat = "exat"
|
||||
optin = "optin"
|
||||
smove = "smove"
|
||||
Parth = "Parth" # seems like the spellchecker does not like it is similar to "Path"
|
||||
|
||||
[type.c]
|
||||
extend-ignore-re = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue