SonarSource/sonar-dotnet

ITs: Regression script does not find differences when ruleId is used

Closed this issue · 0 comments

Running this does not fail UTs when it should:

 .\regression-test.ps1 -ruleId S1654 -project Ember-MM

The cause is usage of ruleId parameter. Without the parameter, it works.