Unverified Commit 15939b47 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Remove duped fix rules (#116933)

parent 9b46f2a6
...@@ -18,17 +18,6 @@ ...@@ -18,17 +18,6 @@
# * Fixes in this file are from the Cupertino library. * # * Fixes in this file are from the Cupertino library. *
version: 1 version: 1
transforms: transforms:
# Changes made in https://github.com/flutter/flutter/pull/114459
- title: "Migrate to 'boldTextOf'"
date: 2022-10-28
element:
uris: ['widgets.dart', 'material.dart', 'cupertino.dart']
method: 'boldTextOverride'
inClass: 'MediaQuery'
changes:
- kind: 'rename'
newName: 'boldTextOf'
# Change made in https://github.com/flutter/flutter/pull/20649 # Change made in https://github.com/flutter/flutter/pull/20649
# TODO(Piinks): Add tests when `bulkApply:false` testing is supported, https://github.com/dart-lang/sdk/issues/44639 # TODO(Piinks): Add tests when `bulkApply:false` testing is supported, https://github.com/dart-lang/sdk/issues/44639
- title: "Replace with 'CupertinoPopupSurface'" - title: "Replace with 'CupertinoPopupSurface'"
......
...@@ -25,17 +25,6 @@ ...@@ -25,17 +25,6 @@
# * ThemeData: fix_theme_data.yaml # * ThemeData: fix_theme_data.yaml
version: 1 version: 1
transforms: transforms:
# Changes made in https://github.com/flutter/flutter/pull/114459
- title: "Migrate to 'boldTextOf'"
date: 2022-10-28
element:
uris: ['widgets.dart', 'material.dart', 'cupertino.dart']
method: 'boldTextOverride'
inClass: 'MediaQuery'
changes:
- kind: 'rename'
newName: 'boldTextOf'
# Changes made in https://github.com/flutter/flutter/pull/15303 # Changes made in https://github.com/flutter/flutter/pull/15303
- title: "Replace 'child' with 'builder'" - title: "Replace 'child' with 'builder'"
date: 2020-12-17 date: 2020-12-17
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment