dart-sdk/pkg/telemetry/analysis_options.yaml
Sam Rawlins f90b6e0b0c telemetry: Use the new strict-casts instead of deprecated no-implicit-casts
Bug: https://github.com/dart-lang/sdk/issues/47902
Change-Id: I99919a08d4f051bd3c294fd901a1f1833209d673
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/225045
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2021-12-20 22:33:43 +00:00

8 lines
127 B
YAML

include: package:lints/recommended.yaml
analyzer:
language:
strict-casts: true
linter:
rules:
- unawaited_futures