You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 myanalysis_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?
The text was updated successfully, but these errors were encountered: