From f5d4ff9e792b979c7f7c7cf8b3607f3969c25eb4 Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Tue, 14 Apr 2020 08:16:28 -0600 Subject: [PATCH] fix(duplicate-id): list the duplicate id in message (#2163) --- lib/checks/parsing/duplicate-id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checks/parsing/duplicate-id.json b/lib/checks/parsing/duplicate-id.json index 351437fab3..6928311ae5 100644 --- a/lib/checks/parsing/duplicate-id.json +++ b/lib/checks/parsing/duplicate-id.json @@ -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}" } } }