diff options
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 |
commit | 4208bae9902c870bd0022fedb8690efe3f10501c (patch) | |
tree | a93526f6dff1c1c75241973791624a9e7dab974e | |
parent | 7f9b4eddab0f1aa61086644d5b742bf396f42b51 (diff) |
codespell: ignore more files/directories
-rwxr-xr-x | contrib/ci/jobs/0-codespell/job.sh | 15 |
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'/,} |