sonar-flutter
sonar-flutter copied to clipboard
dartanalyzer rules disappeared from SonarQube quality profile
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?