sonar-flutter icon indicating copy to clipboard operation
sonar-flutter copied to clipboard

dartanalyzer rules disappeared from SonarQube quality profile

Open hassan-saleh-ml opened this issue 1 year ago • 0 comments

Before upgrading to latest version the dartanalyzer quality profile had 323 rules, now it only has 53 rules and shows that there are no issues in the code even though I intentionally added dead code and numerous other issues that my analysis_options.yaml is reporting.

I tried to create a new quality profile, when I select Dart language I can only choose from those 53 rules and nothing more.

Was this intentional or is it a bug? is there a way to re-activate all the rules and control what is reported using analysis_options?

hassan-saleh-ml avatar May 30 '24 08:05 hassan-saleh-ml