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

Commit 0da1b2e

Browse files
authored
Revert "Prevent solo: true from being committed" (#51858)
Reverts #51712 Reason for revert: As discussed in flutter/flutter#143312, and in https://discord.com/channels/608014603317936148/1224499330824802375. I apologize if this seems hasty and not fully justified, but it is important that the engine repo follows policies like this to make it easier for our various teams to work together.
1 parent a6ca332 commit 0da1b2e

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)