Skip to content

Commit

Permalink
chore: warn if public member api docs are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 31, 2021
1 parent 2c79950 commit abaf36f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ analyzer:
missing_required_param: warning
missing_return: warning
package_api_docs: warning
#TODO: Change to warning
public_member_api_docs: info
public_member_api_docs: warning
prefer_interpolation_to_compose_strings: warning
unnecessary_lambdas: warning
avoid_catches_without_on_clauses: warning
Expand Down

0 comments on commit abaf36f

Please sign in to comment.