forked from firka/flutter
aed6b8c46 Roll Dart to ac6d4f7e653deba11d4836768376537893a9e9d6. (#6549) 3ba6270b2 Roll src/third_party/skia 921ec976556c..4b7b2ceb4ad9 (14 commits) (#6550)
14 lines
349 B
YAML
14 lines
349 B
YAML
# Take our settings from the repo's main analysis_options.yaml file, but include
|
|
# an additional rule to validate that public members are documented.
|
|
|
|
include: ../analysis_options.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
# https://github.com/dart-lang/sdk/issues/34819
|
|
invalid_use_of_protected_member: ignore
|
|
|
|
linter:
|
|
rules:
|
|
- public_member_api_docs
|