flutter/packages/flutter_tools/lib/src/commands
pq fdb2819e1e 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! :)
2016-02-25 13:49:05 -08:00
..
analyze.dart Ignore errors via analysis options. 2016-02-25 13:49:05 -08:00
apk.dart "flutter drive" command 2016-02-19 18:11:53 -08:00
build.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
create.dart Merge pull request #2153 from devoncarew/add_android_icon 2016-02-25 00:40:49 -08:00
daemon.dart add the ability to start and stop device polling 2016-02-20 22:00:11 -08:00
devices.dart remove iosSimulator field from ApplicationPackageStore 2016-02-22 12:37:08 -08:00
doctor.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
drive.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
install.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
listen.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
logs.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
refresh.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
run_mojo.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
run.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
stop.dart refactor commands to move out re-usable functionality 2016-01-21 09:38:46 -08:00
test.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
trace.dart additional validation for device commands 2016-02-24 11:11:23 -08:00
upgrade.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00