]> source.dussan.org Git - sonarqube.git/blob
404203e522f739b60b7a0ce5a3defb9241a12238
[sonarqube.git] /
1 {
2   "total": 2,
3   "p": 1,
4   "ps": 100,
5   "paging": {
6     "pageIndex": 1,
7     "pageSize": 100,
8     "total": 2
9   },
10   "rules": [
11     {
12       "key": "xoo:x2",
13       "name": "Rule x2",
14       "mdDesc": "A *Xoo* rule",
15       "htmlDesc": "A <strong>Xoo</strong> rule",
16       "type": "BUG"
17     },
18     {
19       "key": "xoo:x1",
20       "name": "Rule x1",
21       "htmlDesc": "Description x1",
22       "type": "CODE_SMELL"
23     }
24   ]
25 }