]> source.dussan.org Git - sonarqube.git/blob
82f84ee04467fa8ff3ae6e3a39f4b03dc15dd93d
[sonarqube.git] /
1 {
2    "left" : {
3       "key" : "AU-TpxcA-iU5OvuD2FL1",
4       "name" : "My Profile"
5    },
6    "right" : {
7       "key" : "AU-TpxcA-iU5OvuD2FL5",
8       "name" : "My Other Profile"
9    },
10    "same" : [
11       {
12          "key" : "javascript:EqEqEq",
13          "pluginKey" : "javascript",
14          "pluginName" : "SonarQube",
15          "languageKey": "js",
16          "languageName": "JavaScript",
17          "name" : "\"===\" and \"!==\" should be used instead of \"==\" and \"!=\"",
18          "severity" : "MAJOR"
19       }
20    ],
21    "inLeft" : [
22       {
23          "key" : "javascript:TrailingWhitespace",
24          "pluginKey" : "javascript",
25          "pluginName" : "SonarQube",
26          "languageKey": "js",
27          "languageName": "JavaScript",
28          "name" : "Avoid trailing whitespaces",
29          "severity" : "MAJOR"
30       }
31    ],
32    "inRight" : [
33       {
34          "key" : "javascript:TabCharacter",
35          "pluginKey" : "javascript",
36          "pluginName" : "SonarQube",
37          "languageKey": "js",
38          "languageName": "JavaScript",
39          "name" : "Avoid use of tabulation character",
40          "severity" : "MINOR"
41       }
42    ],
43    "modified" : [
44       {
45          "key" : "javascript:ExcessiveParameterList",
46          "pluginKey" : "javascript",
47          "pluginName" : "SonarQube",
48          "languageKey": "js",
49          "languageName": "JavaScript",
50          "name" : "Avoid function with too many parameters",
51          "right" : {
52             "severity" : "MAJOR",
53             "params" : {
54                "maximumFunctionParameters" : "7"
55             }
56          },
57          "left" : {
58             "severity" : "MAJOR",
59             "params" : {
60                "maximumFunctionParameters" : "10"
61             }
62          }
63       }
64    ]
65 }