@@ -81,21 +81,25 @@ linter:
8181 # - cast_nullable_to_non_nullable
8282 - close_sinks
8383 - comment_references
84+ - depend_on_referenced_packages
8485 - deprecated_consistency
8586 - diagnostic_describe_all_properties
8687 - directives_ordering
8788 - do_not_use_environment
89+ - eol_at_end_of_file
8890 - flutter_style_todos
8991 - invariant_booleans
9092 - join_return_with_assignment
9193 - leading_newlines_in_multiline_strings
94+ - library_private_types_in_public_api
9295 # - lines_longer_than_80_chars
9396 - literal_only_boolean_expressions
9497 - missing_whitespace_between_adjacent_strings
9598 # - no_adjacent_strings_in_list
9699 - no_default_cases
97100 - no_logic_in_create_state
98101 - no_runtimeType_toString
102+ - noop_primitive_operations
99103 - null_check_on_nullable_type_parameter
100104 - omit_local_variable_types
101105 # - one_member_abstracts
@@ -113,15 +117,19 @@ linter:
113117 - prefer_expression_function_bodies
114118 - prefer_final_in_for_each
115119 - prefer_final_locals
120+ # - prefer_final_parameters
116121 - prefer_foreach
117122 - prefer_if_elements_to_conditional_expressions
118123 - prefer_int_literals
119124 - prefer_interpolation_to_compose_strings
120125 - prefer_mixin
126+ - prefer_null_aware_method_calls
121127 - prefer_relative_imports
122128 - prefer_single_quotes
123129 # - public_member_api_docs
130+ # - require_trailing_commas
124131 - sized_box_for_whitespace
132+ # - sort_child_properties_last
125133 # - sort_constructors_first
126134 - sort_pub_dependencies
127135 - sort_unnamed_constructors_first
@@ -141,6 +149,7 @@ linter:
141149 - unnecessary_statements
142150 - unsafe_html
143151 - use_build_context_synchronously
152+ # - use_full_hex_values_for_flutter_colors
144153 - use_if_null_to_convert_nulls_to_bools
145154 - use_is_even_rather_than_modulo
146155 - use_key_in_widget_constructors
@@ -149,4 +158,5 @@ linter:
149158 - use_raw_strings
150159 - use_setters_to_change_properties
151160 - use_string_buffers
161+ - use_test_throws_matchers
152162 - use_to_and_as_if_applicable
0 commit comments