This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[flutter_plugin_tools] Support YAML exception lists #4183
Merged
stuartmorgan-g
merged 11 commits into
flutter:master
from
stuartmorgan-g:tool-config-files
Jul 22, 2021
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
8fdd40e
Move custom analysis allow list from bash to a config file
stuartmorgan-g 39149cf
Move exclude lists from Cirrus config to config files
stuartmorgan-g 57d246d
Add a README
stuartmorgan-g fdc5c60
CHANGELOG
stuartmorgan-g 82610a0
Help update
stuartmorgan-g a3f822c
Fix CI config
stuartmorgan-g 0772644
Whitespace
stuartmorgan-g dd21f8d
Typo fix
stuartmorgan-g b900495
Update custom_analysis.yaml
stuartmorgan-g 14f528d
Merge branch 'master' into tool-config-files
stuartmorgan-g 86e8af2
Update .cirrus.yml
stuartmorgan-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This folder contains configuration files that are passed to commands in place | ||
of plugin lists. They are primarily used by CI to opt specific packages out of | ||
tests, but can also useful when running multi-plugin tests locally. | ||
|
||
**Any entry added to a file in this directory should include a comment**. | ||
Skipping tests or checks for plugins is usually not something we want to do, | ||
so should the comment should either include an issue link to the issue tracking | ||
removing it or—much more rarely—explaining why it is a permanent exclusion. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Plugins that deliberately use their own analysis_options.yaml. | ||
# | ||
# This only exists to allow incrementally switching to the newer, stricter | ||
# analysis_options.yaml based on flutter/flutter, rather than the original | ||
# rules based on pedantic (now at analysis_options_legacy.yaml). | ||
# | ||
# DO NOT add new entries to the list, unless it is to push the legacy rules | ||
# from a top-level package into more specific packages in order to incrementally | ||
# migrate a federated plugin. | ||
# | ||
# TODO(ecosystem): Remove everything from this list. See: | ||
# https://github.com/flutter/flutter/issues/76229 | ||
- camera | ||
- file_selector | ||
- flutter_plugin_android_lifecycle | ||
- google_maps_flutter | ||
- google_sign_in | ||
- image_picker | ||
- in_app_purchase | ||
- integration_test | ||
- ios_platform_images | ||
- local_auth | ||
- plugin_platform_interface | ||
- quick_actions | ||
- shared_preferences | ||
- url_launcher | ||
- video_player | ||
- webview_flutter | ||
|
||
# These plugins are deprecated in favor of the Community Plus versions, and | ||
# will be removed from the repo once the critical support window has passed, | ||
# so are not worth updating. | ||
- android_alarm_manager | ||
- android_intent | ||
- battery | ||
- connectivity | ||
- device_info | ||
- package_info | ||
- sensors | ||
- share | ||
- wifi_info_flutter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Currently missing harness files: https://github.com/flutter/flutter/issues/86749) | ||
- camera/camera | ||
- google_sign_in/google_sign_in | ||
- in_app_purchase/in_app_purchase | ||
- in_app_purchase_android | ||
- quick_actions | ||
- shared_preferences/shared_preferences | ||
- url_launcher/url_launcher | ||
- video_player/video_player | ||
- webview_flutter | ||
|
||
# Deprecated; no plan to backfill the missing files | ||
- android_intent | ||
- connectivity/connectivity | ||
- device_info/device_info | ||
- sensors | ||
- share | ||
- wifi_info_flutter/wifi_info_flutter | ||
|
||
# No integration tests to run: | ||
- image_picker/image_picker | ||
- espresso |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Currently missing: https://github.com/flutter/flutter/issues/81695 | ||
- in_app_purchase_ios | ||
# Currently missing: https://github.com/flutter/flutter/issues/82208 | ||
- ios_platform_images | ||
# Hangs on CI. Deprecated, so there is no plan to fix it. | ||
- sensors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Currently missing: https://github.com/flutter/flutter/issues/81982 | ||
- shared_preferences_web | ||
# Currently missing: https://github.com/flutter/flutter/issues/82211 | ||
- file_selector |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Deprecated plugins that will not be getting unit test backfill. | ||
- connectivity_macos | ||
- package_info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.