diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-10-11 11:19:02 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-10-11 11:19:02 +0200 |
| commit | 0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3 (patch) | |
| tree | 65c85a6fd82d8410f5fe743965f1b5d1b2d15a71 /scripts | |
| parent | e649eb7369caa87f0e5e8076fb7bffe72485b646 (diff) | |
| parent | 6c203a4395f30eae4f49230d2e2cb7652006b959 (diff) | |
| download | PROJ-0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3.tar.gz PROJ-0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3.zip | |
Merge remote-tracking branch 'osgeo/master' into bertin1953
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/fix_typos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fix_typos.sh b/scripts/fix_typos.sh index 0e1b5a10..06dfa821 100755 --- a/scripts/fix_typos.sh +++ b/scripts/fix_typos.sh @@ -46,7 +46,7 @@ if ! test -d fix_typos; then cd .. fi -EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./nad/epsg,./fix_typos/*" +EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./nad/epsg,./fix_typos/*,./docs/build/*" WORDS_WHITE_LIST="metres,als,lsat,twon,ang,PJD_ERR_UNKNOW_UNIT_ID,PJD_ERR_LSAT_NOT_IN_RANGE,COLOR_GRAT" python3 fix_typos/codespell/codespell.py -w -i 3 -q 2 -S $EXCLUDED_FILES \ |
