@@ -34,19 +34,25 @@ linter:
34
34
- cancel_subscriptions
35
35
- cascade_invocations
36
36
- collection_methods_unrelated_type
37
+ - combinators_ordering
37
38
- comment_references
39
+ - conditional_uri_does_not_exist
38
40
- constant_identifier_names
39
41
- control_flow_in_finally
40
42
- curly_braces_in_flow_control_structures
43
+ - dangling_library_doc_comments
41
44
- depend_on_referenced_packages
42
45
- directives_ordering
43
46
- empty_catches
44
47
- empty_constructor_bodies
45
48
- empty_statements
49
+ - exhaustive_cases
46
50
- file_names
47
51
- hash_and_equals
48
52
- implementation_imports
53
+ - implicit_call_tearoffs
49
54
- join_return_with_assignment
55
+ - library_annotations
50
56
- library_names
51
57
- library_prefixes
52
58
- library_private_types_in_public_api
@@ -57,6 +63,7 @@ linter:
57
63
- no_leading_underscores_for_library_prefixes
58
64
- no_leading_underscores_for_local_identifiers
59
65
- no_runtimeType_toString
66
+ - no_wildcard_variable_uses
60
67
- non_constant_identifier_names
61
68
- null_check_on_nullable_type_parameter
62
69
- null_closures
@@ -97,34 +104,42 @@ linter:
97
104
- provide_deprecation_message
98
105
- recursive_getters
99
106
- require_trailing_commas
107
+ - secure_pubspec_urls
100
108
- slash_for_doc_comments
101
109
- sort_pub_dependencies
102
110
- sort_unnamed_constructors_first
103
111
- test_types_in_equals
104
112
- throw_in_finally
105
113
- type_annotate_public_apis
106
114
- type_init_formals
115
+ - type_literal_in_constant_pattern
107
116
- unawaited_futures
108
117
- unnecessary_brace_in_string_interps
109
118
- unnecessary_const
110
119
- unnecessary_constructor_name
111
120
- unnecessary_getters_setters
112
121
- unnecessary_lambdas
113
122
- unnecessary_late
123
+ - unnecessary_library_directive
124
+ - unnecessary_library_name
114
125
- unnecessary_new
115
126
- unnecessary_null_aware_assignments
116
127
- unnecessary_null_in_if_null_operators
117
128
- unnecessary_nullable_for_final_variable_declarations
118
129
- unnecessary_overrides
119
130
- unnecessary_parenthesis
120
131
- unnecessary_statements
132
+ - unnecessary_string_escapes
121
133
- unnecessary_string_interpolations
122
134
- unnecessary_this
135
+ - unnecessary_to_list_in_spreads
136
+ - unreachable_from_main
123
137
- unrelated_type_equality_checks
124
138
- use_function_type_syntax_for_parameters
125
139
- use_is_even_rather_than_modulo
126
140
- use_rethrow_when_possible
127
141
- use_string_buffers
142
+ - use_string_in_part_of_directives
128
143
- use_super_parameters
129
144
- valid_regexps
130
145
- void_checks
0 commit comments