2019-04-11 02:37:05 +00:00
|
|
|
include: package:pedantic/analysis_options.yaml
|
2017-08-03 16:40:21 +00:00
|
|
|
analyzer:
|
2018-06-23 03:29:38 +00:00
|
|
|
strong-mode:
|
|
|
|
implicit-casts: false
|
2019-04-11 02:37:05 +00:00
|
|
|
errors:
|
|
|
|
unawaited_futures: ignore
|
2018-06-08 07:06:26 +00:00
|
|
|
linter:
|
|
|
|
rules:
|
2019-04-08 19:53:07 +00:00
|
|
|
- avoid_slow_async_io
|