-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathslider.json
More file actions
44 lines (44 loc) · 1.33 KB
/
slider.json
File metadata and controls
44 lines (44 loc) · 1.33 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"skillVersion": "0.1.0",
"component": "slider",
"date": "2026-06-02",
"files": 7,
"errors": 1,
"warnings": 3,
"fixed": "\u2014",
"status": "issues",
"violations": [
{
"file": "Slider.java",
"line": 104,
"severity": "WARN",
"rule": "doc-class-see",
"detail": "@see link points to 'https://www.patternfly.org/components/slider#sliderstepobject' instead of the canonical 'https://www.patternfly.org/components/slider'",
"fixed": false
},
{
"file": "Slider.java",
"line": 547,
"severity": "ERROR",
"rule": "section-order",
"detail": "Non-standard section 'event handler' appears after 'internal'. Only standard sections (factory, instance, add, builder, aria, events, api, internal) are allowed",
"fixed": false
},
{
"file": "SliderActions.java",
"line": 47,
"severity": "WARN",
"rule": "section-blank-after",
"detail": "Extra blank line after constructor closing brace (line 48 is blank before the section separator at line 51)",
"fixed": false
},
{
"file": "SliderActions.java",
"line": 31,
"severity": "WARN",
"rule": "doc-class-javadoc",
"detail": "Sub-component class Javadoc uses a plain comment ('/** ... */') but does not end with a period",
"fixed": false
}
]
}