| commit | a78a9137fac915ef08ea07da3fbe47f62ce03eba | [log] [tgz] |
|---|---|---|
| author | stuartmorgan <stuartmorgan@google.com> | Wed May 17 13:28:24 2023 -0700 |
| committer | GitHub <noreply@github.com> | Wed May 17 20:28:24 2023 +0000 |
| tree | 734a75a37e5a5fc4d050acc21c188adaf73e24f1 | |
| parent | baeca8868d8a7d978c79cc444935b9f59502ddb6 [diff] |
[tools] Ignore comments in federated safety check (#4028) Because we treat analysis warnings as errors, there are common cases where non-breaking changes to part of a federated plugin (adding an enum value, deprecating a method, etc.) are CI-breaking for us. Currently we can't ignore those issues in the same PR where they are added, because doing so would violate the federated saftey check, adding extra complexity to those PRs. This improves the change detection logic for the federated safety check to ignore comment-only changes in Dart code, which should allow us to add temporary `// ignore:`s in the PRs that create the need for them. Fixes https://github.com/flutter/flutter/issues/122390
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: