aboutsummaryrefslogtreecommitdiff
path: root/scripts/fix_typos.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-13 12:11:30 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-13 12:11:30 +0100
commit9167cd4dc29bd0aa1f4ff4d9f5b9bdb9f955579f (patch)
tree4d283bd61f24c6b053def66366039365fae30e54 /scripts/fix_typos.sh
parentb2fde1adf499efd8ea27d396a6b63bec01fc64b2 (diff)
downloadPROJ-9167cd4dc29bd0aa1f4ff4d9f5b9bdb9f955579f.tar.gz
PROJ-9167cd4dc29bd0aa1f4ff4d9f5b9bdb9f955579f.zip
fix_typos.sh: update while lists
Diffstat (limited to 'scripts/fix_typos.sh')
-rwxr-xr-xscripts/fix_typos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fix_typos.sh b/scripts/fix_typos.sh
index ceb5ad6f..fdfe4c02 100755
--- a/scripts/fix_typos.sh
+++ b/scripts/fix_typos.sh
@@ -46,8 +46,8 @@ if ! test -d fix_typos; then
)
fi
-EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./fix_typos/*,./docs/build/*,./src/*generated*,./test/googletest/*,./include/proj/internal/nlohmann/json.hpp,*.before_reformat"
-WORDS_WHITE_LIST="metres,als,lsat,twon,ang,PJD_ERR_LSAT_NOT_IN_RANGE,COLOR_GRAT,interm,Interm,Cartesian,cartesian,CARTESIAN,kilometre,centimetre,millimetre,millimetres,Australia"
+EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./fix_typos/*,./docs/build/*,./src/*generated*,./test/googletest/*,./include/proj/internal/nlohmann/json.hpp,*.before_reformat,./test/cli/test27,./test/cli/test83,./test/cli/pj_out27.dist,./test/cli/pj_out83.dist"
+WORDS_WHITE_LIST="metres,als,lsat,twon,ang,PJD_ERR_LSAT_NOT_IN_RANGE,COLOR_GRAT,interm,Interm,Cartesian,cartesian,CARTESIAN,kilometre,centimetre,millimetre,millimetres,Australia,LINZ,LaTeX,BibTeX"
python3 fix_typos/codespell/codespell.py -w -i 3 -q 2 -S $EXCLUDED_FILES \
-x scripts/typos_whitelist.txt --words-white-list=$WORDS_WHITE_LIST \