Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ linter:
- prefer_typing_uninitialized_variables
- prefer_void_to_null
# - 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
- slash_for_doc_comments
# - sort_child_properties_last # not yet tested
Expand Down
6 changes: 6 additions & 0 deletions packages/fuchsia_ctl/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include: ../../analysis_options.yaml

analyzer:
linter:
rules:
public_member_api_docs: false # TODO(goderbauer): enable when package is ready.
6 changes: 6 additions & 0 deletions packages/gauge/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include: ../../analysis_options.yaml

analyzer:
linter:
rules:
public_member_api_docs: false # TODO(goderbauer): enable when package is ready.