SonarQubeCommunity / sonar-erlang

12 stars 23 forks source link

Upgrade to Sonar 4.5.2 #12

Closed jlrigau closed 9 years ago

jlrigau commented 9 years ago

The goal of this PR is to migrate from Sonar version 4.2 to 4.5.2.

Main features are:

jlrigau commented 9 years ago

Right now, all the rule classes are configured, as default values, with:

@SqaleSubCharacteristic(RulesDefinition.SubCharacteristics.DATA_RELIABILITY)
@SqaleConstantRemediation("5min")
kalidasya commented 9 years ago

@jlrigau can you update your branch?

kalidasya commented 9 years ago

@jlrigau can you update the rules based on: https://github.com/SonarCommunity/sonar-erlang/blob/master/sonar-erlang-plugin/src/main/resources/com/sonar/sqale/erlang-model.xml

they were already configured

jlrigau commented 9 years ago

@kalidasya I have configured rule classes with squale information present in https://github.com/SonarCommunity/sonar-erlang/blob/master/sonar-erlang-plugin/src/main/resources/com/sonar/sqale/erlang-model.xml.

I have also removed some deprecated usages.