This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Commit 4c5a496 1 parent 7c1eb9d commit 4c5a496 Copy full SHA for 4c5a496
File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -13,28 +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
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
- - comment_references
23
20
- join_return_with_assignment
24
21
- literal_only_boolean_expressions
25
22
- missing_whitespace_between_adjacent_strings
26
23
- no_adjacent_strings_in_list
27
24
- no_runtimeType_toString
28
25
- package_api_docs
29
- - prefer_const_constructors
30
26
- prefer_const_declarations
31
27
- prefer_expression_function_bodies
32
28
- prefer_final_locals
33
- - prefer_relative_imports
34
- - test_types_in_equals
35
29
- unnecessary_await_in_return
36
30
- unnecessary_breaks
37
31
- use_if_null_to_convert_nulls_to_bools
38
32
- use_raw_strings
39
33
- use_string_buffers
40
- - use_super_parameters
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ environment:
8
8
9
9
dev_dependencies :
10
10
csv : ^5.0.0
11
- dart_flutter_team_lints : ^1 .0.0
11
+ dart_flutter_team_lints : ^2 .0.0
12
12
dart_style : ^2.0.0
13
13
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments