Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
remove stale stagehand reference (#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Jul 13, 2022
1 parent 4d0af43 commit ee4e627
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tool/crawl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ List<String>? _sdkTags;

Map<String, List<String?>> _sinceMap = <String, List<String>>{};

// todo(pq): deprecated
final _stagehandOptionsUrl = Uri.https('raw.githubusercontent.com',
'/dart-lang/stagehand/master/templates/analysis_options.yaml');

List<String>? _stagehandRules;

Future<List<String>> get flutterRepoRules async =>
_flutterRepoRules ??= await score_utils.fetchRules(_flutterRepoOptionsUrl);

Expand All @@ -65,9 +59,6 @@ Iterable<LintRule> get registeredLints {
return _registeredLints!;
}

Future<List<String>> get stagehandRules async =>
_stagehandRules ??= await score_utils.fetchRules(_stagehandOptionsUrl);

Future<String?> dartSdkForLinter(String version, Authentication? auth) async {
var sdkVersions = <String>[];
var sdks = await getSdkTags(auth);
Expand Down

0 comments on commit ee4e627

Please sign in to comment.