Skip to content

Consider analysis_options excludes when deciding whether to use Dart or Flutter SDK #4028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DanTup opened this issue Jun 23, 2022 · 0 comments

Comments

@DanTup
Copy link
Member

DanTup commented Jun 23, 2022

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).

@DanTup DanTup added this to the v3.44.0 milestone Jun 23, 2022
@DanTup DanTup modified the milestones: v3.44.0, v3.46.0 Jun 30, 2022
@DanTup DanTup closed this as completed in c81a2d5 Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant