ICTU/sonar

SonarQube changed the ids of some Java rules (and some JavaScript also don't exist anymore)

Closed this issue · 1 comments

{"errors":[{"msg":"Rule with key 'squid:MethodCyclomaticComplexity' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:NoSonar' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:S1309' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:S1310' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:S1315'
{"errors":[{"msg":"Rule with key 'squid:S1067' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:S109' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:S138' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:S00107' not found"}]}
{"errors":[{"msg":"Rule with key 'squid:CommentedOutCodeLine' not found"}]}
{"errors":[{"msg":"Rule with key 'javascript:NestedIfDepth' not found"}]}*
{"errors":[{"msg":"Rule with key 'javascript:S2228' not found"}]
{"errors":[{"msg":"Rule with key 'javascript:ExcessiveParameterList'
{"errors":[{"msg":"Rule with key 'javascript:CommentedCode'
{"errors":[{"msg":"Rule with key 'javascript:FunctionComplexity'
{"errors":[{"msg":"Rule with key 'typescript:S2228'

OLD NEW
squid:MethodCyclomaticComplexity java:S1541
squid:NoSonar java:NoSonar
squid:S1309 java:S1309
squid:S1310 java:S1310
squid:S1315 java:S1315
squid:S1067 java:S1067
squid:S109 java:S109
squid:S138 java:S138
squid:S00107 java:S107
squid:CommentedOutCodeLine java:S125
javascript:NestedIfDepth javascript:S134
javascript:S2228 javascript:S106
javascript:ExcessiveParameterList javascript:S107
javascript:CommentedCode javascript:S125
javascript:FunctionComplexity javascript:S1541
typescript:S2228 typescript:S106