@@ -34,19 +34,25 @@ linter:
3434 - cancel_subscriptions
3535 - cascade_invocations
3636 - collection_methods_unrelated_type
37+ - combinators_ordering
3738 - comment_references
39+ - conditional_uri_does_not_exist
3840 - constant_identifier_names
3941 - control_flow_in_finally
4042 - curly_braces_in_flow_control_structures
43+ - dangling_library_doc_comments
4144 - depend_on_referenced_packages
4245 - directives_ordering
4346 - empty_catches
4447 - empty_constructor_bodies
4548 - empty_statements
49+ - exhaustive_cases
4650 - file_names
4751 - hash_and_equals
4852 - implementation_imports
53+ - implicit_call_tearoffs
4954 - join_return_with_assignment
55+ - library_annotations
5056 - library_names
5157 - library_prefixes
5258 - library_private_types_in_public_api
@@ -57,6 +63,7 @@ linter:
5763 - no_leading_underscores_for_library_prefixes
5864 - no_leading_underscores_for_local_identifiers
5965 - no_runtimeType_toString
66+ - no_wildcard_variable_uses
6067 - non_constant_identifier_names
6168 - null_check_on_nullable_type_parameter
6269 - null_closures
@@ -97,34 +104,42 @@ linter:
97104 - provide_deprecation_message
98105 - recursive_getters
99106 - require_trailing_commas
107+ - secure_pubspec_urls
100108 - slash_for_doc_comments
101109 - sort_pub_dependencies
102110 - sort_unnamed_constructors_first
103111 - test_types_in_equals
104112 - throw_in_finally
105113 - type_annotate_public_apis
106114 - type_init_formals
115+ - type_literal_in_constant_pattern
107116 - unawaited_futures
108117 - unnecessary_brace_in_string_interps
109118 - unnecessary_const
110119 - unnecessary_constructor_name
111120 - unnecessary_getters_setters
112121 - unnecessary_lambdas
113122 - unnecessary_late
123+ - unnecessary_library_directive
124+ - unnecessary_library_name
114125 - unnecessary_new
115126 - unnecessary_null_aware_assignments
116127 - unnecessary_null_in_if_null_operators
117128 - unnecessary_nullable_for_final_variable_declarations
118129 - unnecessary_overrides
119130 - unnecessary_parenthesis
120131 - unnecessary_statements
132+ - unnecessary_string_escapes
121133 - unnecessary_string_interpolations
122134 - unnecessary_this
135+ - unnecessary_to_list_in_spreads
136+ - unreachable_from_main
123137 - unrelated_type_equality_checks
124138 - use_function_type_syntax_for_parameters
125139 - use_is_even_rather_than_modulo
126140 - use_rethrow_when_possible
127141 - use_string_buffers
142+ - use_string_in_part_of_directives
128143 - use_super_parameters
129144 - valid_regexps
130145 - void_checks
0 commit comments