-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Remove podspec lint bash script, use flutter_plugin_tools #2346
Conversation
mklim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.cirrus.yml
Outdated
| - flutter channel $CHANNEL | ||
| - ./script/incremental_build.sh build-examples --ipa | ||
| - ./script/incremental_build.sh drive-examples | ||
| - ./script/incremental_build.sh podspecs --skip url_launcher_web --skip google_sign_in_web --skip e2e_macos --skip video_player_web --no-analyze camera |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Would it be worth doing this before any of the other steps? That way if there's a lint error this will fail immediately instead of waiting until everything else completes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or maybe I should split it into its own shard so if one fails you still get the output from the others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense too. I think either is fine.
ae094c2 to
513afa2
Compare
|
I fixed the new prefer_single_quotes warnings, but I don't want to fix the omit_local_variable_types since I think that will go away once packages/google_sign_in/google_sign_in//analysis_options.yaml gets removed (see https://github.com/flutter/plugin_tools/pull/75) |
Also I'm not sure know why they just now surfaced, those double quotes are from 2017. |
🤦♀ I forgot it too in plugin_tools https://github.com/flutter/plugin_tools/pull/76 |
dd7af5c to
aa7e621
Compare
|
This has been good and truly borked by federated plugins, trying to wack-a-mole errors as they get merged. |
4b43899 to
6e5e731
Compare
|
I can see the error now with https://github.com/flutter/plugin_tools/pull/84! The Flutter.framework.zip is corrupted? |
Description
Remove lint podspec bash script, use flutter_plugin_tools podspecs command.
Related Issues
Command introduced with https://github.com/flutter/plugin_tools/pull/69.
Fixes flutter/flutter#41511
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change