File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -6,37 +6,19 @@ analyzer:
66
77linter :
88 rules :
9- - avoid_function_literals_in_foreach_calls
109 - avoid_returning_null
1110 - avoid_unused_constructor_parameters
12- - await_only_futures
13- - camel_case_types
1411 - cancel_subscriptions
1512 - comment_references
16- - constant_identifier_names
17- - control_flow_in_finally
1813 - directives_ordering
19- - empty_statements
20- - hash_and_equals
21- - implementation_imports
2214 - invariant_booleans
23- - iterable_contains_unrelated_type
24- - list_remove_unrelated_type
2515 - no_adjacent_strings_in_list
26- - non_constant_identifier_names
2716 - only_throw_errors
28- - overridden_fields
2917 - package_api_docs
30- - package_names
31- - package_prefixed_library_names
3218 - prefer_const_constructors
33- - prefer_initializing_formals
3419 - prefer_interpolation_to_compose_strings
35- - prefer_typing_uninitialized_variables
3620 - test_types_in_equals
3721 - throw_in_finally
38- - unnecessary_brace_in_string_interps
39- - unnecessary_getters_setters
4022 - unnecessary_lambdas
4123 - unnecessary_null_aware_assignments
4224 - unnecessary_statements
You can’t perform that action at this time.
0 commit comments