]> source.dussan.org Git - sonarqube.git/blob
293af7e060427d976e0e99234f062fc91a3c0b46
[sonarqube.git] /
1 {
2   "total": 1,
3   "p": 1,
4   "ps": 100,
5   "rules": [
6     {
7       "key": "xoo:x1"
8     }
9   ],
10   "actives": {
11     "xoo:x1": [
12       {
13         "qProfile": "XOO_P2",
14         "inherit": "NONE",
15         "severity": "BLOCKER",
16         "params": [
17           {
18             "key": "the_var",
19             "value": "The Other Value"
20           },
21           {
22             "key": "my_var",
23             "value": "The VALUE"
24           },
25           {
26             "key": "empty_var",
27             "value": ""
28           }
29         ]
30       }
31     ]
32   },
33   "qProfiles": {
34     "XOO_P2": {
35       "name": "P2",
36       "lang": "xoo",
37       "langName": "Xoo"
38     }
39   }
40 }