You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
700 B
18 lines
700 B
targets: |
|
$default: |
|
builders: |
|
built_value_generator|built_value: |
|
enabled: true |
|
dynamite: |
|
options: |
|
pageWidth: 120 |
|
analyzer_ignores: |
|
- camel_case_types |
|
- discarded_futures |
|
- public_member_api_docs |
|
- unreachable_switch_case |
|
coverage_ignores: |
|
- 'const .*\._\(\);' |
|
- 'factory .*\.fromJson\(Map<String, dynamic> json\) => _jsonSerializers\.deserializeWith\(serializer, json\)!;' |
|
- 'Map<String, dynamic> toJson\(\) => _jsonSerializers\.serializeWith\(serializer, this\)! as Map<String, dynamic>;' |
|
- 'static BuiltSet<.*> get values => _\$.*Values;'
|
|
|