]> source.dussan.org Git - sonarqube.git/blob
afe92f1d38199992493753560d84ca8e173f35c6
[sonarqube.git] /
1 {
2    "left" : {
3       "key" : "xoo-profile-1-01234",
4       "name" : "Profile 1"
5    },
6    "right" : {
7       "key" : "xoo-profile-2-12345",
8       "name" : "Profile 2"
9    },
10    "same" : [],
11    "inLeft" : [],
12    "inRight" : [],
13    "modified" : [
14       {
15          "key" : "blah:rule1",
16          "pluginKey" : "blah",
17          "pluginName" : "Blah",
18          "languageKey": "xoo",
19          "languageName": "Xoo",
20          "name" : "Rule1",
21          "left" : {
22             "severity" : "BLOCKER",
23             "params" : {
24                "param_rule1" : "polop"
25             }
26          },
27          "right" : {
28             "severity" : "BLOCKER"
29          }
30       }
31    ]
32 }