summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 23:25:38 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 23:25:38 +0200
commit77e9c61f3b1e547295fbcd706067c9fa3a55d742 (patch)
treef36415c1e46ea3e723a88f863d460dfd2c7c53c0 /buildbot
parent873d8de941215f386e9786b81b47988b060bbc93 (diff)
downloaddeployment-77e9c61f3b1e547295fbcd706067c9fa3a55d742.tar.gz
deployment-77e9c61f3b1e547295fbcd706067c9fa3a55d742.tar.bz2
deployment-77e9c61f3b1e547295fbcd706067c9fa3a55d742.zip
exclude more files that are binaries or non-English text
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d2361b4..240893b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -722,7 +722,7 @@ CODESPELL_FACTORY.addStep(
name="codespell",
description="spell checking repositories",
descriptionDone="Spell check complete",
- command=["/home/codespell/.local/bin/codespell", "-S", "*.bib,*.png,*/afl-tests/*,*/.git/**,*.pdf,*.epub", "anastasis", "bank", "exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"],
+ command=["/home/codespell/.local/bin/codespell", "-S", "*.bib,*.bst,*.cls,*.png,*.svg,*.wav,*.gz,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub", "anastasis", "bank", "exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"],
workdir="/home/codespell"
)
)