dart-sdk/pkg/dart2js_runtime_metrics/analysis_options.yaml
Devon Carew aa17e57451 [pkg/async_helper] use package:lints/recommended.yaml
Also, commit a small tool to pkg/pkg.dart to classify the analysis options settings used by the various pkg/ packages.

Change-Id: I34087ed4d033cd2f679c378bcc9270ae65627ae2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282392
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-15 02:45:33 +00:00

9 lines
168 B
YAML

include: package:lints/recommended.yaml
analyzer:
errors:
import_internal_library: ignore
export_internal_library: ignore
language:
strict-casts: true