Ignore errors via analysis options.
Migrates error suppression from regexps to analysis options. * Ignore TODOs. * Ignore strong mode field and method overrides (see `InvalidFieldOverride` and `InvalidMethodOverride` in `strong/info.dart`. * Remove stale regexp to capture refs to dead `dart:ui_internals` URI. * Remove stale regexp to capture dead strong mode "will need runtime check to cast to type" error (https://github.com/dart-lang/sdk/issues/24542). 5 regexp downs, another small handful (~4) to go! :)
Showing
Please register or sign in to comment