[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: exclude json resource files fr
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: exclude json resource files from spell-check: they are likely i18n'ed |
Date: |
Wed, 14 Jul 2021 14:39:33 +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 fdfe220 exclude json resource files from spell-check: they are likely
i18n'ed
fdfe220 is described below
commit fdfe2202f82b1d074d04a095f8eda51f008d591c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 14 14:39:24 2021 +0200
exclude json resource files from spell-check: they are likely i18n'ed
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 111bbd3..9a05aca 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -834,7 +834,7 @@ CODESPELL_FACTORY.addStep(
name="codespell",
description="spell checking repositories",
descriptionDone="Spell check complete",
- 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
[...]
+ command=["/home/codespell/.local/bin/codespell", "-I",
"/home/codespell/deployment/codespell/dictionary.txt", "-S",
"*.bib,*.bst,*.cls,*.json,*.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,*.d
[...]
workdir="/home/codespell/sources/"
)
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: exclude json resource files from spell-check: they are likely i18n'ed,
gnunet <=