You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Revert "Enable lints library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors" (#5691)
This reverts commit 4b7b679.
This includes a fix for a latent bug in the version-check repo tooling command that caused it to fail when reverting a package that previously had a NEXT section, so that tests will pass.
Copy file name to clipboardExpand all lines: analysis_options.yaml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,6 @@ linter:
134
134
- leading_newlines_in_multiline_strings
135
135
- library_names
136
136
- library_prefixes
137
-
- library_private_types_in_public_api
138
137
# - lines_longer_than_80_chars # not required by flutter style
139
138
- list_remove_unrelated_type
140
139
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
@@ -198,7 +197,7 @@ linter:
198
197
- recursive_getters
199
198
# - sized_box_for_whitespace # not yet tested
200
199
- slash_for_doc_comments
201
-
- sort_child_properties_last
200
+
#- sort_child_properties_last # not yet tested
202
201
- sort_constructors_first
203
202
- sort_unnamed_constructors_first
204
203
- test_types_in_equals
@@ -230,7 +229,7 @@ linter:
230
229
- use_full_hex_values_for_flutter_colors
231
230
# - use_function_type_syntax_for_parameters # not yet tested
232
231
- use_is_even_rather_than_modulo
233
-
- use_key_in_widget_constructors
232
+
#- use_key_in_widget_constructors # not yet tested
0 commit comments