aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 23:32:38 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 23:32:38 +0200
commit7a5dbf1a6e582287b5a21cd3f50c2935723fc376 (patch)
treea903caaf7d13c378d50cdb0eeafa96ffe0755a4b
parent77e9c61f3b1e547295fbcd706067c9fa3a55d742 (diff)
downloaddeployment-7a5dbf1a6e582287b5a21cd3f50c2935723fc376.tar.gz
deployment-7a5dbf1a6e582287b5a21cd3f50c2935723fc376.tar.bz2
deployment-7a5dbf1a6e582287b5a21cd3f50c2935723fc376.zip
ignore more files and some texinfo keywords
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 240893b..cf5f622 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,*.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"],
+ command=["/home/codespell/.local/bin/codespell", "-L", "ifset,openin", "-S", "*.bib,*.bst,*.cls,*.png,*.svg,*.wav,*.gz,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.deflate,*.dat,*.jpeg,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub", "anastasis", "bank", "exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"],
workdir="/home/codespell"
)
)