gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: support external dictionary fo


From: gnunet
Subject: [taler-deployment] branch master updated: support external dictionary for codespell
Date: Wed, 21 Apr 2021 20:22:25 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8a6db7c  support external dictionary for codespell
8a6db7c is described below

commit 8a6db7c06f39876df4f31b24f4f12a00a7d4dc01
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 21 20:22:21 2021 +0200

    support external dictionary for codespell
---
 buildbot/master.cfg      | 2 +-
 codespell/dictionary.txt | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1327e73..1fa8364 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -736,7 +736,7 @@ CODESPELL_FACTORY.addStep(
         name="codespell",
         description="spell checking repositories",
         descriptionDone="Spell check complete",
-        command=["/home/codespell/.local/bin/codespell", "-L", 
"ect,ba,ifset,openin,fo", "-S", 
"*.bib,*.bst,*.cls,*.png,*.svg,*.wav,*.gz,*/mustach/**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*
 [...]
+        command=["/home/codespell/.local/bin/codespell", "-I", 
"/home/codespell/deployment/codespell/dictionary.txt", "-S", 
"*.bib,*.bst,*.cls,*.png,*.svg,*.wav,*.gz,*/mustach/**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.do
 [...]
         workdir="/home/codespell/sources/"
     )
 )
diff --git a/codespell/dictionary.txt b/codespell/dictionary.txt
new file mode 100644
index 0000000..641c6c3
--- /dev/null
+++ b/codespell/dictionary.txt
@@ -0,0 +1,6 @@
+# List of "words" that codespell should ignore in our sources.
+ect
+ba
+ifset
+openin
+fo

-- 
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]