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
Similar to #2964, but using the existing analysis_options.yaml exclusions.
Currently if you open a project like dart-lang/linter it'll pick the Flutter SDK because of some nested integration test projects that are already excluded from analysis.
At the same time, if we bring in a YAML parser we can tidy up some string checks on pubspecs (like checking if the Flutter SDK is referenced).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Similar to #2964, but using the existing
analysis_options.yaml
exclusions.Currently if you open a project like
dart-lang/linter
it'll pick the Flutter SDK because of some nested integration test projects that are already excluded from analysis.At the same time, if we bring in a YAML parser we can tidy up some string checks on pubspecs (like checking if the Flutter SDK is referenced).
The text was updated successfully, but these errors were encountered: