Require docs on public API (#51)

This commit is contained in:
Michael Goderbauer
2019-12-05 09:23:02 -08:00
committed by GitHub
parent 2869639092
commit 446e7a82f0
3 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,6 @@
include: ../../analysis_options.yaml
analyzer:
linter:
rules:
public_member_api_docs: false # TODO(goderbauer): enable when package is ready.

View File

@ -0,0 +1,6 @@
include: ../../analysis_options.yaml
analyzer:
linter:
rules:
public_member_api_docs: false # TODO(goderbauer): enable when package is ready.