From 7ac00c649e591027fb3b603967296dc083fbb91b Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Tue, 16 Nov 2021 16:35:44 +0100
Subject: [PATCH] Added pattern "coming soon" to the forbidden patterns. This
 relates to #193.

---
 doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh b/doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
index 61fa31066..7895f576e 100755
--- a/doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
+++ b/doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
@@ -37,6 +37,9 @@ i	attachurl
 Replace \"todo\" with real content.
 
 i	\<todo\>	<!--.*todo.*-->
+Replace \"Coming soon\" with real content.
+
+i	\<coming soon\>
 Avoid spaces at end of lines.
 
 i	[[:space:]]$
-- 
GitLab