exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4208bae9902c870bd0022fedb8690efe3f10501c
parent 7f9b4eddab0f1aa61086644d5b742bf396f42b51
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Wed, 13 Dec 2023 15:50:29 +0100

codespell: ignore more files/directories

Diffstat:
Mcontrib/ci/jobs/0-codespell/job.sh | 15++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git 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'/,}