mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 21:28:33 +08:00
Require docs on public API (#51)
This commit is contained in:

committed by
GitHub

parent
2869639092
commit
446e7a82f0
@ -143,7 +143,7 @@ linter:
|
|||||||
- prefer_typing_uninitialized_variables
|
- prefer_typing_uninitialized_variables
|
||||||
- prefer_void_to_null
|
- prefer_void_to_null
|
||||||
# - provide_deprecation_message # not yet tested
|
# - provide_deprecation_message # not yet tested
|
||||||
# - public_member_api_docs # enabled on a case-by-case basis; see e.g. packages/analysis_options.yaml
|
- public_member_api_docs
|
||||||
- recursive_getters
|
- recursive_getters
|
||||||
- slash_for_doc_comments
|
- slash_for_doc_comments
|
||||||
# - sort_child_properties_last # not yet tested
|
# - sort_child_properties_last # not yet tested
|
||||||
|
6
packages/fuchsia_ctl/analysis_options.yaml
Normal file
6
packages/fuchsia_ctl/analysis_options.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
include: ../../analysis_options.yaml
|
||||||
|
|
||||||
|
analyzer:
|
||||||
|
linter:
|
||||||
|
rules:
|
||||||
|
public_member_api_docs: false # TODO(goderbauer): enable when package is ready.
|
6
packages/gauge/analysis_options.yaml
Normal file
6
packages/gauge/analysis_options.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
include: ../../analysis_options.yaml
|
||||||
|
|
||||||
|
analyzer:
|
||||||
|
linter:
|
||||||
|
rules:
|
||||||
|
public_member_api_docs: false # TODO(goderbauer): enable when package is ready.
|
Reference in New Issue
Block a user