gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/02: codespell: ignore more files/directories


From: gnunet
Subject: [taler-exchange] 02/02: codespell: ignore more files/directories
Date: Wed, 13 Dec 2023 15:50:34 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository exchange.

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

    codespell: ignore more files/directories
---
 contrib/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
index 7be77035..85d25f44 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'/,}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]