mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
Update codespell false positives
This commit is contained in:
parent
670a2f0827
commit
34516d5c2e
@ -39,7 +39,8 @@ CODESPELL_OPTS="-q 2" # Disable "WARNING: Binary file"
|
|||||||
CODESPELL_OPTS+=" --check-hidden"
|
CODESPELL_OPTS+=" --check-hidden"
|
||||||
# Disable false positives "nd => and, 2nd", "ans => and", "tolen => token",
|
# Disable false positives "nd => and, 2nd", "ans => and", "tolen => token",
|
||||||
# "ofo => of", "WAN => WANT", "mut => must, mutt, moot"
|
# "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
|
# propagate all options to codespell -> pass "-w" to this script to write changes
|
||||||
CODESPELL_OPTS+="$@"
|
CODESPELL_OPTS+="$@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user