-
Notifications
You must be signed in to change notification settings - Fork 15
/
build.yaml
31 lines (31 loc) · 1.02 KB
/
build.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
targets:
$default:
builders:
source_gen|combining_builder:
options:
ignore_for_file:
- implicit_dynamic_parameter
- non_constant_identifier_names
- type_annotate_public_apis
- omit_local_variable_types
- unnecessary_this
json_serializable:
options:
any_map: false
create_to_json: true
disallow_unrecognized_keys: false
explicit_to_json: true
# # Options configure how source code is generated for every
# # `@JsonSerializable`-annotated class in the package.
# #
# # The default value for each is listed.
# any_map: false
# checked: false
# create_factory: true
# create_to_json: true
# disallow_unrecognized_keys: false
# explicit_to_json: false
# field_rename: none
# generic_argument_factories: false
# ignore_unannotated: false
# include_if_null: true