From 77e9c61f3b1e547295fbcd706067c9fa3a55d742 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Jul 2020 23:25:38 +0200 Subject: exclude more files that are binaries or non-English text --- buildbot/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot') 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" ) ) -- cgit v1.2.3