Update codespell false positives

This commit is contained in:
Erik Ekman 2023-10-14 17:50:23 +02:00
parent 670a2f0827
commit 34516d5c2e

View File

@ -39,7 +39,8 @@ CODESPELL_OPTS="-q 2" # Disable "WARNING: Binary file"
CODESPELL_OPTS+=" --check-hidden"
# Disable false positives "nd => and, 2nd", "ans => and", "tolen => token",
# "ofo => of", "WAN => WANT", "mut => must, mutt, moot"
CODESPELL_OPTS+=" --ignore-words-list=nd,ans,tolen,ofo,wan,mut "
CODESPELL_OPTS+=" --ignore-words-list=nd,ans,tolen,ofo,wan,mut,clen,useg,clos "
CODESPELL_OPTS+=" --ignore-words-list=devine,clinet,linz,garantie,explicite "
# propagate all options to codespell -> pass "-w" to this script to write changes
CODESPELL_OPTS+="$@"