fake_async: latest lints (#2433)
Also remove duplicative lints from matcher
diff --git a/pkgs/fake_async/CHANGELOG.md b/pkgs/fake_async/CHANGELOG.md
index 0f964ee..614c31f 100644
--- a/pkgs/fake_async/CHANGELOG.md
+++ b/pkgs/fake_async/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 1.3.3-wip
+
## 1.3.2
* Require Dart 3.3
diff --git a/pkgs/fake_async/analysis_options.yaml b/pkgs/fake_async/analysis_options.yaml
index 4e1b8e8..4ad1b54 100644
--- a/pkgs/fake_async/analysis_options.yaml
+++ b/pkgs/fake_async/analysis_options.yaml
@@ -11,11 +11,8 @@
- avoid_unused_constructor_parameters
- cancel_subscriptions
- cascade_invocations
- - comment_references
- join_return_with_assignment
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- - prefer_const_constructors
- prefer_final_locals
- - test_types_in_equals
- unnecessary_await_in_return
diff --git a/pkgs/fake_async/pubspec.yaml b/pkgs/fake_async/pubspec.yaml
index f345860..28870a9 100644
--- a/pkgs/fake_async/pubspec.yaml
+++ b/pkgs/fake_async/pubspec.yaml
@@ -1,5 +1,5 @@
name: fake_async
-version: 1.3.2
+version: 1.3.3-wip
description: >-
Fake asynchronous events such as timers and microtasks for deterministic
testing.
@@ -13,5 +13,5 @@
dev_dependencies:
async: ^2.5.0
- dart_flutter_team_lints: ^2.0.0
+ dart_flutter_team_lints: ^3.0.0
test: ^1.16.0
diff --git a/pkgs/matcher/analysis_options.yaml b/pkgs/matcher/analysis_options.yaml
index 5564cc8..f88b56b 100644
--- a/pkgs/matcher/analysis_options.yaml
+++ b/pkgs/matcher/analysis_options.yaml
@@ -2,29 +2,11 @@
linter:
rules:
- - always_declare_return_types
- - avoid_dynamic_calls
- avoid_private_typedef_functions
- avoid_unused_constructor_parameters
- cancel_subscriptions
- - comment_references
- - directives_ordering
- - lines_longer_than_80_chars
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_runtimeType_toString
- - omit_local_variable_types
- - only_throw_errors
- - prefer_const_constructors
- - prefer_relative_imports
- - prefer_single_quotes
- - test_types_in_equals
- - throw_in_finally
- - type_annotate_public_apis
- - unawaited_futures
- unnecessary_await_in_return
- - unnecessary_lambdas
- - unnecessary_parenthesis
- - unnecessary_statements
- - use_super_parameters