mirror of
https://github.com/flutter/flutter.git
synced 2026-02-04 01:56:32 +08:00
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
|