-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalysis_options.yaml
76 lines (69 loc) · 2 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
analyzer:
errors:
lines_longer_than_80_chars: ignore
use_build_context_synchronously: ignore
include: package:flutter_lints/flutter.yaml
linter:
rules:
- always_declare_return_types
- always_put_required_named_parameters_first
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_print
- avoid_relative_lib_imports
- avoid_return_types_on_setters
- avoid_shadowing_type_parameters
- avoid_types_on_closure_parameters
- avoid_unused_constructor_parameters
- avoid_void_async
- camel_case_extensions
- cancel_subscriptions
- close_sinks
- constant_identifier_names
- control_flow_in_finally
- empty_catches
- empty_constructor_bodies
- empty_statements
- eol_at_end_of_file
- file_names
- flutter_style_todos
- hash_and_equals
- lines_longer_than_80_chars
- no_duplicate_case_values
- no_logic_in_create_state
- non_constant_identifier_names
- null_closures
- omit_local_variable_types
- package_api_docs
- package_prefixed_library_names
- prefer_adjacent_string_concatenation
- prefer_const_constructors
- prefer_const_constructors_in_immutables
- prefer_const_declarations
- prefer_contains
- prefer_final_fields
- prefer_final_locals
- prefer_if_elements_to_conditional_expressions
- prefer_inlined_adds
- prefer_is_empty
- prefer_is_not_empty
- prefer_single_quotes
- prefer_spread_collections
- prefer_typing_uninitialized_variables
- recursive_getters
- require_trailing_commas
- slash_for_doc_comments
- sort_child_properties_last
- sort_unnamed_constructors_first
- test_types_in_equals
- throw_in_finally
- type_init_formals
- unawaited_futures
- unnecessary_brace_in_string_interps
- unnecessary_const
- unnecessary_getters_setters
- unnecessary_lambdas
- unnecessary_new
- unnecessary_null_aware_assignments
- unnecessary_overrides
- unnecessary_this