From ad108908501c979cc235ceb60f261f5240cc03e3 Mon Sep 17 00:00:00 2001 From: Cristopher Matos Date: Fri, 8 Oct 2021 16:44:47 -0400 Subject: [PATCH] Add BrokenRedirectedLink to rules json --- src/rules.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rules.json b/src/rules.json index 9802b43..89eada4 100644 --- a/src/rules.json +++ b/src/rules.json @@ -35,5 +35,6 @@ "CidiLabs\\PhpAlly\\Rule\\VideoEmbedCheck", "CidiLabs\\PhpAlly\\Rule\\VideoProvidesCaptions", "CidiLabs\\PhpAlly\\Rule\\VideosEmbeddedOrLinkedNeedCaptions", - "CidiLabs\\PhpAlly\\Rule\\VideosHaveAutoGeneratedCaptions" + "CidiLabs\\PhpAlly\\Rule\\VideosHaveAutoGeneratedCaptions", + "CidiLabs\\PhpAlly\\Rule\\BrokenRedirectedLink" ]