flutter/dev/bots/custom_rules
Christopher Fujino 2dd06d10c9
[flutter_tools] add custom tool analysis to analyze.dart, lint Future.catchError (#140122)
Ensure tool code does not use Future.catchError or Future.onError, because it is not statically safe: https://github.com/dart-lang/sdk/issues/51248.

This was proposed upstream in dart-lang/linter in https://github.com/dart-lang/linter/issues/4071 and https://github.com/dart-lang/linter/pull/4068, but not accepted.
2024-03-07 18:10:07 +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