diff --git a/.ci.yaml b/.ci.yaml index a9842eb91e..1aa37d8e71 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -392,7 +392,6 @@ targets: - name: Linux packages_autoroller presubmit: false - bringup: true # https://github.com/flutter/flutter/issues/159316 recipe: pub_autoroller/pub_autoroller # This takes a while because we need to fetch network dependencies and run # Gradle for every android app in the repo diff --git a/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart b/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart index 7865abd9a2..094331da2e 100644 --- a/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart +++ b/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart @@ -5,6 +5,8 @@ // THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`. +// ignore: unused_import +import 'package:intl/intl.dart' as intl; import 'stock_strings.dart'; // ignore_for_file: type=lint diff --git a/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart b/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart index c49643aca0..4b2754145f 100644 --- a/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart +++ b/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart @@ -5,6 +5,8 @@ // THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`. +// ignore: unused_import +import 'package:intl/intl.dart' as intl; import 'stock_strings.dart'; // ignore_for_file: type=lint