');
+ parts.push('
');
+ parts.push(``);
+ parts.push(badgeHtml(source));
+ parts.push(`${esc(ruleId)}`);
+ parts.push(`${esc(message)}`);
+ parts.push(`L${lineNum}`);
+ if (fixable) {
+ parts.push(``);
+ }
+ parts.push('
');
+
+ if (expandable && (detailHtml || (suggestion && suggestion !== message))) {
+ parts.push('
');
+ if (detailHtml) {
+ parts.push(detailHtml);
+ } else if (suggestion) {
+ parts.push(`
💡 ${esc(suggestion)}
`);
+ }
+ parts.push('
');
+ }
+
+ parts.push('