8.55
This version contains the prerequisite to support sonar.exclusions
, sonar.inclusions
, sonar.global.exclusions
, sonar.test.exclusions
, sonar.test.inclusions
and sonar.global.test.exclusions
parameters when the analysis is run inside SonarLint for Visual Studio. Stay tuned, the second and final part of the feature will be implemented soon by the SonarLint team.
In the meantime, if you are wondering what these parameters are, you can find more information about them in our documentation.
- 6877 - Support exclusion and inclusion parameters when run by SonarLint
New Rules
- 6885 - [C#, VB.NET] ExcludeFromCodeCoverage attributes should include a justification
Special thanks to @Corniel for implementing this new rule!
Improvements
- 6798 - Update RSPEC before 8.55 release