-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtooltip.json
More file actions
28 lines (28 loc) · 934 Bytes
/
tooltip.json
File metadata and controls
28 lines (28 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"skillVersion": "0.1.0",
"component": "tooltip",
"date": "2026-06-02",
"files": 5,
"errors": 0,
"warnings": 2,
"fixed": "\u2014",
"status": "issues",
"violations": [
{
"file": "Tooltip.java",
"line": 149,
"severity": "WARN",
"rule": "section-order",
"detail": "The containerDelegate(), textDelegate(), attach(), and detach() overrides at lines 149-179 are between the 'instance' and 'builder' sections, outside any named section. Consider placing them in the 'builder' or 'api' section.",
"fixed": false
},
{
"file": "Tooltip.java",
"line": 236,
"severity": "WARN",
"rule": "name-aria-prefix",
"detail": "ARIA method at line 236 is named aria(TriggerAria) instead of following the aria<Attribute>() naming convention. This is an intentional design choice for a specialized TriggerAria enum parameter.",
"fixed": false
}
]
}