.git: add more skip words

these words are either

* shortened words: strategy => strat, read_from_primary => fro
* or acronyms: node_or_data => nd

before we rename them with better names, let's just add them to the
ignore word list.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#17002
This commit is contained in:
Kefu Chai
2024-01-26 18:15:15 +08:00
committed by Botond Dénes
parent 0cbf8f75f0
commit 6f55d68dd9

View File

@@ -13,5 +13,5 @@ jobs:
- uses: codespell-project/actions-codespell@master
with:
only_warn: 1
ignore_words_list: "ser,ue,crate"
ignore_words_list: "ans,datas,fo,ser,ue,crate,nd,reenable,strat,stap,te"
skip: "./.git,./build,./tools,*.js,*.thrift,*.lock,./test,./licenses"