File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,21 @@ linter:
13
13
- avoid_classes_with_only_static_members
14
14
- avoid_private_typedef_functions
15
15
- avoid_redundant_argument_values
16
- - avoid_returning_null_for_future
17
16
- avoid_returning_this
18
17
- avoid_unused_constructor_parameters
19
18
- avoid_void_async
20
19
- cancel_subscriptions
21
- - comment_references
22
20
- join_return_with_assignment
23
21
- literal_only_boolean_expressions
24
22
- missing_whitespace_between_adjacent_strings
25
23
- no_adjacent_strings_in_list
26
24
- no_runtimeType_toString
27
25
- package_api_docs
28
- - prefer_const_constructors
29
26
- prefer_const_declarations
30
27
- prefer_expression_function_bodies
31
28
- prefer_final_locals
32
- - prefer_relative_imports
33
- - test_types_in_equals
34
29
- unnecessary_await_in_return
35
30
- unnecessary_raw_strings
36
31
- use_if_null_to_convert_nulls_to_bools
37
32
- use_raw_strings
38
33
- use_string_buffers
39
- - use_super_parameters
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies:
10
10
source_span : ^1.8.0
11
11
12
12
dev_dependencies :
13
- dart_flutter_team_lints : ^1 .0.0
13
+ dart_flutter_team_lints : ^2 .0.0
14
14
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments