]> source.dussan.org Git - sonarqube.git/blob
ec902279be35031a609534f2ab45d588eb82bbd2
[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          },
24          "right" : {
25             "severity" : "BLOCKER",
26             "params" : {
27                "param_rule1" : "polop"
28             }
29          }
30       }
31    ]
32 }