diff --git a/codespell_check.sh b/codespell_check.sh index 7d8d0dfb..3c88a3e4 100755 --- a/codespell_check.sh +++ b/codespell_check.sh @@ -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+="$@"