mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
3d5e62ed2e
Change-Id: Idf85d4f5ece3725dbd806b064ff8b34b91181205 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240918 Reviewed-by: Srujan Gaddam <srujzs@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
10 lines
232 B
YAML
10 lines
232 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
language:
|
|
strict-casts: true
|
|
|
|
linter:
|
|
rules:
|
|
# Ignore this lint (triggered by the annotation definitions in lib/js.dart).
|
|
library_private_types_in_public_api: false
|