-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
45 lines (43 loc) · 1.34 KB
/
Copy pathanalysis_options.yaml
File metadata and controls
45 lines (43 loc) · 1.34 KB
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
include: package:very_good_analysis/analysis_options.yaml
analyzer:
language:
strict-casts: true
strict-inference: false
strict-raw-types: false
errors:
deprecated_member_use: ignore
unnecessary_ignore: ignore
unnecessary_import: ignore
use_build_context_synchronously: ignore
exclude:
- lib/gen/**
linter:
rules:
always_put_required_named_parameters_first: false
avoid_catches_without_on_clauses: false
avoid_dynamic_calls: false
avoid_positional_boolean_parameters: false
avoid_redundant_argument_values: false
avoid_slow_async_io: false
avoid_unused_constructor_parameters: false
cascade_invocations: false
constant_identifier_names: false
depend_on_referenced_packages: false
directives_ordering: false
discarded_futures: false
document_ignores: false
flutter_style_todos: false
implementation_imports: false
lines_longer_than_80_chars: false
no_default_cases: false
one_member_abstracts: false
only_throw_errors: false
parameter_assignments: false
prefer_null_aware_method_calls: false
public_member_api_docs: false
sort_constructors_first: false
sort_pub_dependencies: false
unawaited_futures: false
unnecessary_brace_in_string_interps: false
use_named_constants: false
use_setters_to_change_properties: false