summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-12-13 15:50:29 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-12-13 15:50:29 +0100
commit4208bae9902c870bd0022fedb8690efe3f10501c (patch)
treea93526f6dff1c1c75241973791624a9e7dab974e
parent7f9b4eddab0f1aa61086644d5b742bf396f42b51 (diff)
downloadexchange-4208bae9902c870bd0022fedb8690efe3f10501c.tar.gz
exchange-4208bae9902c870bd0022fedb8690efe3f10501c.tar.bz2
exchange-4208bae9902c870bd0022fedb8690efe3f10501c.zip
codespell: ignore more files/directories
-rwxr-xr-xcontrib/ci/jobs/0-codespell/job.sh15
1 files changed, 12 insertions, 3 deletions
diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh
index 7be77035b..85d25f44b 100755
--- a/contrib/ci/jobs/0-codespell/job.sh
+++ b/contrib/ci/jobs/0-codespell/job.sh
@@ -9,16 +9,20 @@ ABOUT-NLS
**/auditor/*.sql
*.bbl
*.bib
+*build-aux*
*.bst
+*.cache/*
*/cbdc-es.tex
*/cbdc-it.tex
*.cls
+configure*
config.status
-contrib/*
+*/contrib/*
*/contrib/hellos/**
*.dat
*.deflate
*.doc
+*/doc/*
**/doc/flows/main.de.tex
*/doc/texinfo.tex
*.docx
@@ -41,10 +45,13 @@ contrib/*
*.jpg
*.??.json
*.json
+*/keys/*
*key
*.latexmkrc
-*/m4/ax_lib_postgresql.m4
-*/m4/libgcrypt.m4
+*libtool*
+*.log
+*/m4/*
+*.m4
**/*.map
*.min.js
*.mp4
@@ -84,4 +91,6 @@ contrib/*
EOF
);
+echo Current directory: `pwd`
+
codespell -I "${job_dir}"/dictionary.txt -S ${skip//$'\n'/,}