Skip to content

Commit

Permalink
fix(duplicate-id): list the duplicate id in message (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Apr 14, 2020
1 parent fa3c44b commit f5d4ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/parsing/duplicate-id.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"impact": "minor",
"messages": {
"pass": "Document has no static elements that share the same id attribute",
"fail": "Document has multiple static elements with the same id attribute"
"fail": "Document has multiple static elements with the same id attribute: ${data}"
}
}
}

0 comments on commit f5d4ff9

Please sign in to comment.