forked from juspay/hyper-sdk-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
33 lines (33 loc) · 900 Bytes
/
analysis_options.yaml
File metadata and controls
33 lines (33 loc) · 900 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
30
31
32
33
include: package:lints/recommended.yaml
analyzer:
strong-mode:
implicit-casts: false
errors:
deprecated_member_use_from_same_package: ignore
linter:
rules:
- always_declare_return_types
- avoid_unused_constructor_parameters
- await_only_futures
- camel_case_types
- cancel_subscriptions
- constant_identifier_names
- control_flow_in_finally
- directives_ordering
- empty_statements
- hash_and_equals
- implementation_imports
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- non_constant_identifier_names
- omit_local_variable_types
- overridden_fields
- package_api_docs
- package_names
- package_prefixed_library_names
- prefer_relative_imports
- prefer_single_quotes
- test_types_in_equals
- throw_in_finally
- unawaited_futures
- unnecessary_brace_in_string_interps