forked from jenkinsci/warnings-ng-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues.json
84 lines (84 loc) · 2.26 KB
/
issues.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_class": "io.jenkins.plugins.analysis.core.restapi.ReportApi",
"issues": [
{
"fileName": "test-file.txt",
"lineRanges": [
{
"start": 110,
"end": 111
},
{
"start": 120,
"end": 121
}
],
"directory": "directory",
"category": "category",
"type": "type",
"severity": "LOW",
"message": "message",
"description": "description",
"packageName": "packageName",
"moduleName": "moduleName",
"origin": "origin",
"reference": "reference",
"fingerprint": "9CED6585900DD3CFB97B914A3CEB0E79",
"additionalProperties": "additionalProperties",
"id": "e7011244-2dab-4a54-a27b-2d0697f8f813"
},
{
"fileName": "test.xml",
"severity": "ERROR",
"lineStart": 110,
"lineEnd": 111,
"columnStart": 210,
"columnEnd": 220,
"message": "some message",
"description": "some description"
},
{
"fileName": "test.txt",
"lineRanges": [
{
"start": 110
},
{
"end": 320
},
{}
],
"severity": "HIGH",
"message": "an \"important\" message",
"description": "an \"important\" description"
},
{
"fileName": "some.properties",
"severity": "NORMAL",
"lineStart": 20,
"other":true,
"additional": "stuff"
},
{
"fileName": "file.xml",
"lineRanges": [
{
"start": 11,
"end": 12,
"other": 10,
"additional": "stuff"
},
{
"s": 11,
"e": 12,
"start": 21,
"end": 22
}
]
},
"string",
true,
42
],
"size": 5
}