Elide `experimental/linting_tool` and `simplistic_editor` (#1441)

* Elide `experimental/linting_tool`

* Elide `simplistic_editor`
pull/1446/head
Brett Morgan 2 years ago committed by GitHub
parent bf5b61342e
commit ebe1056e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,8 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/material" "desktop_photo_search/material"
"experimental/federated_plugin/federated_plugin" "experimental/federated_plugin/federated_plugin"
"experimental/web_dashboard" "experimental/web_dashboard"
"experimental/linting_tool" # TODO(DomesticMouse): Needs to be re-formatted for Flutter beta
# "experimental/linting_tool"
"flutter_maps_firestore" "flutter_maps_firestore"
"form_app" "form_app"
"game_template" "game_template"
@ -37,7 +38,8 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift" "platform_view_swift"
"provider_counter" "provider_counter"
"provider_shopper" "provider_shopper"
"simplistic_editor" # TODO(DomesticMouse): https://github.com/flutter/samples/issues/1443
# "simplistic_editor"
"testing_app" "testing_app"
"veggieseasons" "veggieseasons"
) )

Loading…
Cancel
Save