flutter/dev/bots/custom_rules
LongCatIsLooong d755bc222b
Replace RenderBox.compute* with RenderBox.get* and add @visibleForOverriding (#145503)
`@visibleForOverriding` + `@protected` unfortunately does not catch the case where a `compute*` method was overridden in a subtype and the overide was called in that same type's implementation.

I did not add a `flutter_ignore` for this because it doesn't seem there will be false positives.
2024-03-22 02:44:55 +00:00
..
analyze.dart [flutter_tools] add custom tool analysis to analyze.dart, lint Future.catchError (#140122) 2024-03-07 18:10:07 +00:00
avoid_future_catcherror.dart [flutter_tools] add custom tool analysis to analyze.dart, lint Future.catchError (#140122) 2024-03-07 18:10:07 +00:00
no_double_clamp.dart [flutter_tools] add custom tool analysis to analyze.dart, lint Future.catchError (#140122) 2024-03-07 18:10:07 +00:00
no_stop_watches.dart Fixed few typos (#141543) 2024-01-16 21:40:08 +00:00
render_box_intrinsics.dart Replace RenderBox.compute* with RenderBox.get* and add @visibleForOverriding (#145503) 2024-03-22 02:44:55 +00:00