-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtimestamp.json
More file actions
44 lines (44 loc) · 1.45 KB
/
timestamp.json
File metadata and controls
44 lines (44 loc) · 1.45 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": "timestamp",
"date": "2026-06-02",
"files": 7,
"errors": 2,
"warnings": 2,
"fixed": "\u2014",
"status": "issues",
"violations": [
{
"file": "Timestamp.java",
"line": 51,
"severity": "ERROR",
"rule": "section-instance-content",
"detail": "Static final fields (logger, DATETIME_ATTR, COORDINATED_UNIVERSAL_TIME, UTC) at lines 51-54 are declared before the 'factory' section separator. Fields must be inside the 'instance' section.",
"fixed": false
},
{
"file": "Timestamp.java",
"line": 179,
"severity": "ERROR",
"rule": "section-order",
"detail": "Section named 'accessors' at line 179 is not a valid section name. The valid section names are: factory, instance, add, builder, aria, events, api, internal. Use 'api' instead.",
"fixed": false
},
{
"file": "Timestamp.java",
"line": 184,
"severity": "WARN",
"rule": "section-blank-before",
"detail": "No blank line before the 'internal' section separator at line 184. The closing brace of dateTime() at line 183 is immediately followed by the separator.",
"fixed": false
},
{
"file": "Timestamp.java",
"line": 184,
"severity": "WARN",
"rule": "section-blank-after",
"detail": "Two blank lines after the 'internal' section separator at line 184. Should be exactly one blank line.",
"fixed": false
}
]
}