]> source.dussan.org Git - sonarqube.git/blob
315359d66f96c3ee5ddf1c1640a4a66523cee280
[sonarqube.git] /
1 {
2   "total": 2,
3   "p": 1,
4   "ps": 100,
5   "rules": [
6     {
7       "key": "xoo:x2",
8       "repo": "xoo",
9       "name": "Rule x2",
10       "htmlDesc": "Description x2",
11       "severity": "INFO",
12       "status": "READY",
13       "internalKey": "InternalKeyx2",
14       "isTemplate": false,
15       "tags": [
16         "tag1",
17         "tag2"
18       ],
19       "sysTags": [
20         "systag1",
21         "systag2"
22       ],
23       "debtRemFnType": "LINEAR",
24       "debtRemFnCoeff": "1h",
25       "lang": "xoo",
26       "type": "VULNERABILITY",
27       "params": []
28     },
29     {
30       "key": "xoo:x1",
31       "repo": "xoo",
32       "name": "Rule x1",
33       "htmlDesc": "Description x1",
34       "severity": "INFO",
35       "status": "READY",
36       "internalKey": "InternalKeyx1",
37       "isTemplate": false,
38       "tags": [
39         "tag1",
40         "tag2"
41       ],
42       "sysTags": [
43         "systag1",
44         "systag2"
45       ],
46       "debtRemFnType": "LINEAR",
47       "debtRemFnCoeff": "1h",
48       "lang": "xoo",
49       "type": "BUG",
50       "params": []
51     }
52   ]
53 }