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
Using that file could be problematic because it has the lint rules of the current main branch, while the published version of the lints is for the stable version of the sdk. It can even contain rules for which a sdk version isn't published yet (e.g. current dev channel Dart version is 3.7.0-39.0.dev but it doesn't know about the specify_nonobvious_property_types rule).
I notice that you're scraping the lint rules from a web page.
According to this comment, the lint rules are available as a yaml file here.
The text was updated successfully, but these errors were encountered: