Skip to content

Commit

Permalink
Merge pull request #20 from cidilabs/chuck/broken-redirect-link
Browse files Browse the repository at this point in the history
Adding BrokenLink and RedirectedLink back in for UDOIT 3.1 release.
  • Loading branch information
cidilabs authored Nov 4, 2021
2 parents f8d491d + 1216b09 commit 9858425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9858425

Please sign in to comment.