2016-05-23 18:01:34 -07:00
|
|
|
analyzer:
|
2016-10-19 17:56:48 -07:00
|
|
|
strong-mode:
|
|
|
|
implicit-casts: false
|
2019-05-31 15:45:27 +01:00
|
|
|
language:
|
|
|
|
strict-inference: true
|
2019-05-31 16:01:49 +01:00
|
|
|
strict-raw-types: true
|
2017-05-18 16:54:33 -07:00
|
|
|
errors:
|
|
|
|
missing_js_lib_annotation: ignore
|
2019-05-31 15:18:35 +01:00
|
|
|
deprecated_member_use_from_same_package: ignore
|
|
|
|
|
|
|
|
# These are necessary for matching the JS API.
|
|
|
|
avoid_types_as_parameter_names: ignore
|
|
|
|
|
|
|
|
# This has tons of false positives for StreamSubscription.close().
|
|
|
|
unawaited_futures: ignore
|
|
|
|
|
|
|
|
include: package:pedantic/analysis_options.yaml
|