• pq's avatar
    Ignore errors via analysis options. · fdb2819e
    pq authored
    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! :)
    fdb2819e
analyze.dart 15.7 KB