Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit db71233

Browse files
authored
Revert "Prevent solo: true from being committed (#51712)"
This reverts commit 4e6692c.
1 parent ef60a95 commit db71233

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

lib/web_ui/analysis_options.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
include: ../../analysis_options.yaml
88

9-
analyzer:
10-
errors:
11-
# We need this in the web engine in order to prevent committing `solo: true`
12-
# in tests.
13-
deprecated_member_use: true
14-
159
linter:
1610
rules:
1711
avoid_dynamic_calls: false

lib/web_ui/dev/test_platform.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import 'package:shelf_web_socket/shelf_web_socket.dart';
2222
import 'package:skia_gold_client/skia_gold_client.dart';
2323
import 'package:stream_channel/stream_channel.dart';
2424

25-
// ignore: deprecated_member_use
2625
import 'package:test_core/backend.dart' hide Compiler;
2726
// TODO(ditman): Fix ignores when https://github.com/flutter/flutter/issues/143599 is resolved.
2827
import 'package:test_core/src/runner/environment.dart'; // ignore: implementation_imports

0 commit comments

Comments
 (0)