File tree Expand file tree Collapse file tree
packages/devtools_app/integration_test/test_infra/run Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ dart_code_metrics:
163163 # devtools_app/.
164164 # TODO(https://github.com/flutter/devtools/issues/9906) remove these
165165 # excludes as findings are resolved.
166- - integration_test/**
167166 # Investigate internal usages of inspector_controller before removing.
168167 - lib/src/screens/inspector/**_controller.dart
169168 - lib/src/service/**
Original file line number Diff line number Diff line change @@ -389,11 +389,9 @@ final class FlutterDaemonConstants {
389389 static const paramsKey = 'params' ;
390390 static const traceKey = 'trace' ;
391391 static const wsUriKey = 'wsUri' ;
392- static const pidKey = 'pid' ;
393392 static const appStopKey = 'app.stop' ;
394393 static const appStartedKey = 'app.started' ;
395394 static const appDebugPortKey = 'app.debugPort' ;
396- static const daemonConnectedKey = 'daemon.connected' ;
397395}
398396
399397enum TestAppDevice {
You can’t perform that action at this time.
0 commit comments