summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-28 00:45:42 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-28 00:45:42 +0200
commitd36d481182ba8e74e868d27b3cbd2d733a314ec6 (patch)
treeb2104aa97c3c5f7c27ad7df036c84a58303d98d5
parentb9a14817cc8df74b69c9306680613d61f7789711 (diff)
downloaddeployment-d36d481182ba8e74e868d27b3cbd2d733a314ec6.tar.gz
deployment-d36d481182ba8e74e868d27b3cbd2d733a314ec6.tar.bz2
deployment-d36d481182ba8e74e868d27b3cbd2d733a314ec6.zip
also alert on doc/spelling issues
-rw-r--r--buildbot/master.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 33220e3..542fa8e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -854,6 +854,8 @@ BUILDERS.append(util.BuilderConfig(
factory=CODESPELL_FACTORY
))
+EMAIL_ALERTS.append("codespell-builder")
+
CODECHANGE_TRIGGERS.append("codespell-builder")