Commit d18b5008 authored by Yegor's avatar Yegor Committed by GitHub

remove the no longer needed ignore: cancel_subscriptions (#7542)

This has been fixed: https://github.com/dart-lang/linter/issues/317
parent 8dc1634b
...@@ -84,7 +84,6 @@ class DriveCommand extends RunCommandBase { ...@@ -84,7 +84,6 @@ class DriveCommand extends RunCommandBase {
Device get device => _device; Device get device => _device;
/// Subscription to log messages printed on the device or simulator. /// Subscription to log messages printed on the device or simulator.
// ignore: cancel_subscriptions
StreamSubscription<String> _deviceLogSubscription; StreamSubscription<String> _deviceLogSubscription;
int get debugPort => int.parse(argResults['debug-port']); int get debugPort => int.parse(argResults['debug-port']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment