We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8d491d + 1216b09 commit 9858425Copy full SHA for 9858425
1 file changed
src/rules.json
@@ -5,6 +5,7 @@
5
"CidiLabs\\PhpAlly\\Rule\\AnchorSuspiciousLinkText",
6
"CidiLabs\\PhpAlly\\Rule\\BaseFontIsNotUsed",
7
"CidiLabs\\PhpAlly\\Rule\\BlinkIsNotUsed",
8
+ "CidiLabs\\PhpAlly\\Rule\\BrokenLink",
9
"CidiLabs\\PhpAlly\\Rule\\ContentTooLong",
10
"CidiLabs\\PhpAlly\\Rule\\CssTextHasContrast",
11
"CidiLabs\\PhpAlly\\Rule\\CssTextStyleEmphasize",
@@ -26,6 +27,7 @@
26
27
"CidiLabs\\PhpAlly\\Rule\\ObjectTagDetected",
28
"CidiLabs\\PhpAlly\\Rule\\ParagraphNotUsedAsHeader",
29
"CidiLabs\\PhpAlly\\Rule\\PreShouldNotBeUsedForTabularValues",
30
+ "CidiLabs\\PhpAlly\\Rule\\RedirectedLink",
31
"CidiLabs\\PhpAlly\\Rule\\TableDataShouldHaveTableHeader",
32
"CidiLabs\\PhpAlly\\Rule\\TableHeaderShouldHaveScope",
33
"CidiLabs\\PhpAlly\\Rule\\VideoEmbedCheck",
0 commit comments