-
Notifications
You must be signed in to change notification settings - Fork 32
/
analysis_options.yaml
39 lines (39 loc) · 1.13 KB
/
analysis_options.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
analyzer:
exclude:
- "**/*.freezed.dart"
errors:
invalid_use_of_protected_member: error
always_declare_return_types: error
library_private_types_in_public_api: ignore
linter:
rules:
- avoid_function_literals_in_foreach_calls
- avoid_renaming_method_parameters
- avoid_unused_constructor_parameters
- await_only_futures
- camel_case_types
- cancel_subscriptions
- comment_references
- constant_identifier_names
- control_flow_in_finally
- directives_ordering
- empty_statements
- implementation_imports
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- non_constant_identifier_names
- only_throw_errors
- overridden_fields
- package_api_docs
- package_names
- package_prefixed_library_names
- prefer_initializing_formals
- prefer_interpolation_to_compose_strings
- prefer_typing_uninitialized_variables
- test_types_in_equals
- throw_in_finally
- type_init_formals
- unnecessary_brace_in_string_interps
- unnecessary_getters_setters
- unnecessary_null_aware_assignments
- unnecessary_statements