-
Notifications
You must be signed in to change notification settings - Fork 4
/
analysis_options.yaml
33 lines (31 loc) · 945 Bytes
/
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
include: all_lint_rules.yaml
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
errors:
included_file_warning: ignore
invalid_use_of_visible_for_testing_member: error
exclude:
- lib/firebase_options.dart
linter:
rules:
do_not_use_environment: false
prefer_final_parameters: false
public_member_api_docs: false
discarded_futures: false
combinators_ordering: false
eol_at_end_of_file: false
no_leading_underscores_for_local_identifiers: false
one_member_abstracts: false
diagnostic_describe_all_properties: false
prefer_double_quotes: false
always_specify_types: false
unnecessary_final: false
prefer_expression_function_bodies: false
always_put_required_named_parameters_first: false
flutter_style_todos: false
avoid_annotating_with_dynamic: false
always_use_package_imports: false
no_default_cases: false