3 "key" : "AU-TpxcA-iU5OvuD2FL1",
7 "key" : "AU-TpxcA-iU5OvuD2FL5",
8 "name" : "My Other Profile"
12 "key" : "javascript:EqEqEq",
13 "pluginKey" : "javascript",
14 "pluginName" : "SonarQube",
16 "languageName": "JavaScript",
17 "name" : "\"===\" and \"!==\" should be used instead of \"==\" and \"!=\"",
18 "cleanCodeAttributeCategory": "INTENTIONAL",
21 "softwareQuality": "RELIABILITY",
29 "key" : "javascript:TrailingWhitespace",
30 "pluginKey" : "javascript",
31 "pluginName" : "SonarQube",
33 "languageName": "JavaScript",
34 "name" : "Avoid trailing whitespaces",
35 "cleanCodeAttributeCategory": "CONSISTENT",
38 "softwareQuality": "MAINTAINABILITY",
46 "key" : "javascript:TabCharacter",
47 "pluginKey" : "javascript",
48 "pluginName" : "SonarQube",
50 "languageName": "JavaScript",
51 "name" : "Avoid use of tabulation character",
52 "cleanCodeAttributeCategory": "CONSISTENT",
55 "softwareQuality": "MAINTAINABILITY",
63 "key" : "javascript:ExcessiveParameterList",
64 "pluginKey" : "javascript",
65 "pluginName" : "SonarQube",
67 "languageName": "JavaScript",
68 "name" : "Avoid function with too many parameters",
69 "cleanCodeAttributeCategory": "ADAPTABLE",
72 "softwareQuality": "MAINTAINABILITY",
79 "maximumFunctionParameters" : "7"
85 "maximumFunctionParameters" : "10"