Skip to content

Commit

Permalink
Remove duped fix rules (#116933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks committed Dec 12, 2022
1 parent 9b46f2a commit 15939b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions packages/flutter/lib/fix_data/fix_cupertino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@
# * Fixes in this file are from the Cupertino library. *
version: 1
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
# TODO(Piinks): Add tests when `bulkApply:false` testing is supported, https://github.com/dart-lang/sdk/issues/44639
- title: "Replace with 'CupertinoPopupSurface'"
Expand Down
11 changes: 0 additions & 11 deletions packages/flutter/lib/fix_data/fix_material/fix_material.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@
# * ThemeData: fix_theme_data.yaml
version: 1
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
- title: "Replace 'child' with 'builder'"
date: 2020-12-17
Expand Down

0 comments on commit 15939b4

Please sign in to comment.