mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
5efe095895
This reverts commit a34488dd67.
9 lines
232 B
YAML
9 lines
232 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
|
|
|
|
linter:
|
|
rules:
|
|
- public_member_api_docs
|