From dc77ec273fcf526cf46883040036391530ed6d13 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 25 Nov 2024 20:07:08 -0600 Subject: [PATCH] fix lints --- pkgs/matcher/lib/mirror_matchers.dart | 2 +- pkgs/matcher/lib/src/type_matcher.dart | 4 ++-- pkgs/test/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/matcher/lib/mirror_matchers.dart b/pkgs/matcher/lib/mirror_matchers.dart index ff001f812..5b2f4b647 100644 --- a/pkgs/matcher/lib/mirror_matchers.dart +++ b/pkgs/matcher/lib/mirror_matchers.dart @@ -3,7 +3,7 @@ // BSD-style license that can be found in the LICENSE file. @Deprecated('Check properties on known types') -library mirror_matchers; +library; /// The mirror matchers library provides some additional matchers that /// make use of `dart:mirrors`. diff --git a/pkgs/matcher/lib/src/type_matcher.dart b/pkgs/matcher/lib/src/type_matcher.dart index c78a3b2cd..9d32b9fba 100644 --- a/pkgs/matcher/lib/src/type_matcher.dart +++ b/pkgs/matcher/lib/src/type_matcher.dart @@ -106,8 +106,8 @@ class TypeMatcher extends Matcher { final _dart2DynamicArgs = RegExp(''); /// With this expression `{}.runtimeType.toString`, -/// Dart 1: " -/// Dart 2: ">" +/// Dart 1: "``" +/// Dart 2: "`>`" /// /// This functions returns the Dart 1 output, when Dart 2 runtime semantics /// are enabled. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 485ce0aeb..455a79b21 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -9,8 +9,8 @@ environment: sdk: ^3.5.0 dependencies: - async: ^2.5.0 analyzer: '>=6.0.0 <8.0.0' + async: ^2.5.0 boolean_selector: ^2.1.0 collection: ^1.15.0 coverage: ^1.0.1