Skip to content

Commit 1bf04eb

Browse files
committed
Improve annotation title
1 parent 24bb2d7 commit 1bf04eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/annotations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function createAnnotationsFromIssues(issues: SourceFileIssue[]): void {
55
for (const issue of issues) {
66
const message = issue.message
77
const properties: core.AnnotationProperties = {
8-
title: `${issue.plugin.title} | ${issue.audit.title}`,
8+
title: `<↗> ${issue.plugin.title} | ${issue.audit.title}`,
99
file: issue.source.file,
1010
startLine: issue.source.position?.startLine,
1111
startColumn: issue.source.position?.startColumn,

0 commit comments

Comments
 (0)