Releases: Soloplan/resharper-clt-plugin
1.2.0.202013: Support "DO_NOT_SHOW" rules
This change provides rules for SonarQube that have the default ReSharper severity of "DO_NOT_SHOW"
See 137063b for more details.
Overall this makes a total of 89 new rules available in SonarQube.
1.1.1.202013: Bugfix release
Fixed issue described in #7:
ReSharper provides some aggregated CA*
rules, separating them with a ,
in the key (e.g. CSharpWarnings::CS0108,CS0114
. SonarQube imports these rules but has problems assigning issues to them and filtering by related rule keys. With this change, this plugin renames these Resharper rules by replacing the ,
with _
.
This affects the following rules:
CSharpWarnings::CS0108,CS0114
->CSharpWarnings::CS0108_CS0114
CSharpWarnings::CS0252,CS0253
->CSharpWarnings::CS0252_CS0253
CSharpWarnings::CS0660,CS0661
->CSharpWarnings::CS0660_CS0661
CSharpWarnings::CS1574,CS1584,CS1581,CS1580
->CSharpWarnings::CS1574_CS1584_CS1581_CS1580
1.1.0.202013: Improve default rule mapping
A lot of rules that have been previously classified as SonarQube BUG
are now just a CODE_SMELL
instead.
Overall Rule Count by Type
resharper-clt-plugin 1.0.0-rc4 (2018.3.4):
- Bugs: 476
- Code Smells: 264
- Overall: 740
resharper-clt-plugin 1.1.0.202013 (2020.1.3):
- Bugs: 110
- Code Smells: 752
- Overall: 862
Notice, that it's now possible to configure RuleOverrides
at the level of the InspectCode CategoryId
.
1.0.0.202013: Update ruleset to inspectcode 2020.1.3
Merge pull request #9 from Soloplan/2020.1.3 Update ReSharper issue definitions to 2020.1.3
1.0.0-RC4
1.0.0-RC3: Update ruleset to inspectcode 2018.3.4
Update pom.xml