-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
36 lines (34 loc) · 963 Bytes
/
Copy pathanalysis_options.yaml
File metadata and controls
36 lines (34 loc) · 963 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
34
35
36
include: package:very_good_analysis/analysis_options.yaml
linter:
rules:
# To change
file_names: false
avoid_positional_boolean_parameters: false
# To review
avoid_dynamic_calls: false
overridden_fields: false
unawaited_futures: false
# Permanent rules
lines_longer_than_80_chars: false
use_build_context_synchronously: false
annotate_overrides: false
prefer_if_elements_to_conditional_expressions: false
always_use_package_imports: false
public_member_api_docs: false
unnecessary_lambdas: false
analyzer:
strong-mode:
implicit-casts: true
implicit-dynamic: true
exclude:
- "**/*.g.dart"
- "**/*.gr.dart"
- "**/*.config.dart"
- "**/*.freezed.dart"
errors:
unused_import: error
invalid_annotation_target: ignore
sort_pub_dependencies: ignore
avoid_renaming_method_parameters: ignore
type_annotate_public_apis: ignore
one_member_abstracts: ignore