forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_baseline.json
More file actions
29 lines (29 loc) · 982 Bytes
/
Copy pathanalysis_baseline.json
File metadata and controls
29 lines (29 loc) · 982 Bytes
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
{
"annotate_overrides": 1,
"avoid_print": 29,
"avoid_renaming_method_parameters": 1,
"avoid_unnecessary_containers": 2,
"constant_identifier_names": 8,
"curly_braces_in_flow_control_structures": 6,
"dangling_library_doc_comments": 1,
"depend_on_referenced_packages": 4,
"deprecated_member_use": 34,
"experimental_member_use": 13,
"library_private_types_in_public_api": 4,
"no_leading_underscores_for_local_identifiers": 5,
"non_constant_identifier_names": 1,
"overridden_fields": 1,
"prefer_final_fields": 3,
"prefer_function_declarations_over_variables": 1,
"prefer_interpolation_to_compose_strings": 5,
"prefer_is_empty": 1,
"sized_box_for_whitespace": 4,
"slash_for_doc_comments": 1,
"sort_child_properties_last": 2,
"unnecessary_brace_in_string_interps": 13,
"unnecessary_getters_setters": 1,
"unnecessary_import": 11,
"unnecessary_string_interpolations": 2,
"unnecessary_to_list_in_spreads": 4,
"use_super_parameters": 6
}