diff --git a/src/rules.json b/src/rules.json index 6c7bd8c..9571b20 100644 --- a/src/rules.json +++ b/src/rules.json @@ -5,6 +5,7 @@ "CidiLabs\\PhpAlly\\Rule\\AnchorSuspiciousLinkText", "CidiLabs\\PhpAlly\\Rule\\BaseFontIsNotUsed", "CidiLabs\\PhpAlly\\Rule\\BlinkIsNotUsed", + "CidiLabs\\PhpAlly\\Rule\\BrokenLink", "CidiLabs\\PhpAlly\\Rule\\ContentTooLong", "CidiLabs\\PhpAlly\\Rule\\CssTextHasContrast", "CidiLabs\\PhpAlly\\Rule\\CssTextStyleEmphasize", @@ -26,6 +27,7 @@ "CidiLabs\\PhpAlly\\Rule\\ObjectTagDetected", "CidiLabs\\PhpAlly\\Rule\\ParagraphNotUsedAsHeader", "CidiLabs\\PhpAlly\\Rule\\PreShouldNotBeUsedForTabularValues", + "CidiLabs\\PhpAlly\\Rule\\RedirectedLink", "CidiLabs\\PhpAlly\\Rule\\TableDataShouldHaveTableHeader", "CidiLabs\\PhpAlly\\Rule\\TableHeaderShouldHaveScope", "CidiLabs\\PhpAlly\\Rule\\VideoEmbedCheck",