Files
flutter/packages/analysis_options.yaml
Ryan Macnak a34488dd67 Roll engine to aed6b8c46b05c7cee4506a9757dd9ea1b40583c2.
aed6b8c46 Roll Dart to ac6d4f7e653deba11d4836768376537893a9e9d6. (#6549)
3ba6270b2 Roll src/third_party/skia 921ec976556c..4b7b2ceb4ad9 (14 commits) (#6550)
2018-10-16 11:03:52 -07:00

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