Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[google_maps_flutter_web][url_launcher_web][video_player_web] Remove custom analysis options #3230

Closed
wants to merge 1 commit into from

Conversation

amirh
Copy link
Contributor

@amirh amirh commented Oct 29, 2020

Removes the custom analysis options files for google_maps_flutter_web, url_launcher_web, and video_player_web, I added local suppresses to the undefined_prefixed_name warnings.

This is done to enable flutter/flutter#69309

@ditman
Copy link
Member

ditman commented Oct 29, 2020

Local suppresses cannot be done to disable certain analysis checks, hence why they were added as analysis_options.yaml files.

See this.

@amirh
Copy link
Contributor Author

amirh commented Oct 29, 2020

Strangely enough analysis passes cleanly for me locally with the inline ignores... not sure what's the difference on CI

@ditman
Copy link
Member

ditman commented Oct 29, 2020

@amirh maybe you have an old-ish version of the analyzer package?

@amirh
Copy link
Contributor Author

amirh commented Oct 30, 2020

Seems like I had some locally cached state that prevented the analyzer from complaining.

@amirh amirh closed this Oct 30, 2020
@amirh amirh deleted the video_player_web_analysis branch October 30, 2020 19:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants