[WAYANG-minnor] skips email in the validation of links

Signed-off-by: bertty <bertty@apache.org>
diff --git a/.dlc.json b/.dlc.json
index 07cbff3..1fbc9bd 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -11,6 +11,9 @@
     },
     {
       "pattern": "^https://www.linkedin.com/"
+    },
+    {
+      "pattern": "[a-z0-9]+@[a-z0-9]+"
     }
   ],
   "timeout": "10s",