File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,20 @@ 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
17
- - avoid_returning_null_for_future
18
16
- avoid_returning_this
19
17
- avoid_unused_constructor_parameters
20
18
- avoid_void_async
21
19
- cancel_subscriptions
22
20
- cascade_invocations
23
- - comment_references
24
21
- join_return_with_assignment
25
22
- literal_only_boolean_expressions
26
23
- missing_whitespace_between_adjacent_strings
27
24
- no_adjacent_strings_in_list
28
25
- no_runtimeType_toString
29
26
- package_api_docs
30
- - prefer_const_constructors
31
27
- prefer_const_declarations
32
28
- prefer_expression_function_bodies
33
- - prefer_relative_imports
34
- - test_types_in_equals
35
29
- unnecessary_await_in_return
36
30
- use_if_null_to_convert_nulls_to_bools
37
31
- use_raw_strings
38
32
- use_string_buffers
39
- - use_super_parameters
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ dependencies:
16
16
meta : ^1.3.0
17
17
18
18
dev_dependencies :
19
- dart_flutter_team_lints : ^1 .0.0
19
+ dart_flutter_team_lints : ^2 .0.0
20
20
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments