File tree 4 files changed +4
-23
lines changed
4 files changed +4
-23
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.3-wip
2
+
1
3
## 1.3.2
2
4
3
5
* Require Dart 3.3
Original file line number Diff line number Diff line change @@ -11,11 +11,8 @@ linter:
11
11
- avoid_unused_constructor_parameters
12
12
- cancel_subscriptions
13
13
- cascade_invocations
14
- - comment_references
15
14
- join_return_with_assignment
16
15
- literal_only_boolean_expressions
17
16
- no_adjacent_strings_in_list
18
- - prefer_const_constructors
19
17
- prefer_final_locals
20
- - test_types_in_equals
21
18
- unnecessary_await_in_return
Original file line number Diff line number Diff line change 1
1
name : fake_async
2
- version : 1.3.2
2
+ version : 1.3.3-wip
3
3
description : >-
4
4
Fake asynchronous events such as timers and microtasks for deterministic
5
5
testing.
@@ -13,5 +13,5 @@ dependencies:
13
13
14
14
dev_dependencies :
15
15
async : ^2.5.0
16
- dart_flutter_team_lints : ^2 .0.0
16
+ dart_flutter_team_lints : ^3 .0.0
17
17
test : ^1.16.0
Original file line number Diff line number Diff line change @@ -2,29 +2,11 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
2
2
3
3
linter :
4
4
rules :
5
- - always_declare_return_types
6
- - avoid_dynamic_calls
7
5
- avoid_private_typedef_functions
8
6
- avoid_unused_constructor_parameters
9
7
- cancel_subscriptions
10
- - comment_references
11
- - directives_ordering
12
- - lines_longer_than_80_chars
13
8
- literal_only_boolean_expressions
14
9
- missing_whitespace_between_adjacent_strings
15
10
- no_adjacent_strings_in_list
16
11
- no_runtimeType_toString
17
- - omit_local_variable_types
18
- - only_throw_errors
19
- - prefer_const_constructors
20
- - prefer_relative_imports
21
- - prefer_single_quotes
22
- - test_types_in_equals
23
- - throw_in_finally
24
- - type_annotate_public_apis
25
- - unawaited_futures
26
12
- unnecessary_await_in_return
27
- - unnecessary_lambdas
28
- - unnecessary_parenthesis
29
- - unnecessary_statements
30
- - use_super_parameters
You can’t perform that action at this time.
0 commit comments