File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ linter:
64
64
- avoid_init_to_null
65
65
- avoid_null_checks_in_equality_operators
66
66
# - avoid_positional_boolean_parameters # not yet tested
67
- # - avoid_private_typedef_functions # not yet tested
67
+ # - avoid_private_typedef_functions # we prefer having typedef (discussion in https://github.com/flutter/flutter/pull/16356)
68
68
- avoid_relative_lib_imports
69
69
- avoid_renaming_method_parameters
70
70
- avoid_return_types_on_setters
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ linter:
57
57
- avoid_init_to_null
58
58
- avoid_null_checks_in_equality_operators
59
59
# - avoid_positional_boolean_parameters # not yet tested
60
- # - avoid_private_typedef_functions # not yet tested
60
+ # - avoid_private_typedef_functions # we prefer having typedef (discussion in https://github.com/flutter/flutter/pull/16356)
61
61
- avoid_relative_lib_imports
62
62
- avoid_renaming_method_parameters
63
63
- avoid_return_types_on_setters
You can’t perform that action at this time.
0 commit comments