Skip to content

Commit 0432b26

Browse files
committed
Fix formatting
1 parent 41f49ec commit 0432b26

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/find/src/findForUrl.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ async function runAccesslintScan({
124124
problemShort: violation.message.toLowerCase().replace(/'/g, '''),
125125
problemUrl: 'https://github.com/AccessLint/accesslint/blob/main/core/README.md#rules-1',
126126
ruleId: violation.ruleId,
127-
solutionShort: `resolve the ${violation.ruleId} violation that accesslint flagged on \`${violation.selector}\``.replace(/'/g, '''),
127+
solutionShort:
128+
`resolve the ${violation.ruleId} violation that accesslint flagged on \`${violation.selector}\``.replace(
129+
/'/g,
130+
''',
131+
),
128132
})
129133
}
130134
}

0 commit comments

Comments
 (0)