identical-links-same-purpose.json 398 B

123456789101112
  1. {
  2. "id": "identical-links-same-purpose",
  3. "evaluate": "identical-links-same-purpose-evaluate",
  4. "after": "identical-links-same-purpose-after",
  5. "metadata": {
  6. "impact": "minor",
  7. "messages": {
  8. "pass": "There are no other links with the same name, that go to a different URL",
  9. "incomplete": "Check that links have the same purpose, or are intentionally ambiguous."
  10. }
  11. }
  12. }