Skip to content

Commit 1d6d8c7

Browse files
committed
Resolve integration_test/ findings
1 parent 8dd806c commit 1d6d8c7

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/**

packages/devtools_app/integration_test/test_infra/run/_test_app_driver.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

399397
enum TestAppDevice {

0 commit comments

Comments
 (0)