We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdd20a commit 3a8beb9Copy full SHA for 3a8beb9
1 file changed
extensions/ql-vscode/src/view/results/locations/NonClickableLocation.tsx
@@ -13,5 +13,6 @@ export function NonClickableLocation({ msg, locationHint }: Props) {
13
if (msg === undefined) {
14
return null;
15
}
16
+ // eslint-disable-next-line github/a11y-no-title-attribute
17
return <span title={locationHint}>{msg}</span>;
18
0 commit comments