-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
20 lines (20 loc) · 714 Bytes
/
analysis_options.yaml
File metadata and controls
20 lines (20 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- "**.mocks.dart"
linter:
rules:
always_put_required_named_parameters_first: false
avoid_bool_literals_in_conditional_expressions: false
avoid_positional_boolean_parameters: false
comment_references: false
library_private_types_in_public_api: false
lines_longer_than_80_chars: false
no_default_cases: false
parameter_assignments: false
prefer_asserts_with_message: false
prefer_constructors_over_static_methods: false
public_member_api_docs: false
use_if_null_to_convert_nulls_to_bools: false
use_setters_to_change_properties: false
avoid_catches_without_on_clauses: false