We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ed1db commit dc988d7Copy full SHA for dc988d7
analysis_options.yaml
@@ -12,7 +12,6 @@ linter:
12
- avoid_classes_with_only_static_members
13
- avoid_private_typedef_functions
14
- avoid_redundant_argument_values
15
- - avoid_returning_null_for_future
16
- avoid_returning_this
17
- avoid_unused_constructor_parameters
18
- avoid_void_async
@@ -41,4 +40,3 @@ linter:
41
40
- use_if_null_to_convert_nulls_to_bools
42
- use_raw_strings
43
- use_string_buffers
44
- - use_super_parameters
pubspec.yaml
@@ -16,5 +16,5 @@ dependencies:
dev_dependencies:
archive: ^3.3.0
19
- lints: ^2.0.0
+ lints: ^3.0.0
20
test: ^1.16.0
0 commit comments