Skip to content

Commit 3a8beb9

Browse files
committed
Suppress github/a11y-no-title-attribute violation
This requires more work, but for now we just suppress the violation.
1 parent afdd20a commit 3a8beb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/src/view/results/locations/NonClickableLocation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export function NonClickableLocation({ msg, locationHint }: Props) {
1313
if (msg === undefined) {
1414
return null;
1515
}
16+
// eslint-disable-next-line github/a11y-no-title-attribute
1617
return <span title={locationHint}>{msg}</span>;
1718
}

0 commit comments

Comments
 (0)