Skip to content

Commit dc988d7

Browse files
authored
update to the latest package:lints (#291)
1 parent 43ed1db commit dc988d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ linter:
1212
- avoid_classes_with_only_static_members
1313
- avoid_private_typedef_functions
1414
- avoid_redundant_argument_values
15-
- avoid_returning_null_for_future
1615
- avoid_returning_this
1716
- avoid_unused_constructor_parameters
1817
- avoid_void_async
@@ -41,4 +40,3 @@ linter:
4140
- use_if_null_to_convert_nulls_to_bools
4241
- use_raw_strings
4342
- use_string_buffers
44-
- use_super_parameters

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies:
1616

1717
dev_dependencies:
1818
archive: ^3.3.0
19-
lints: ^2.0.0
19+
lints: ^3.0.0
2020
test: ^1.16.0

0 commit comments

Comments
 (0)