Ignore deprecated members from same package in moor

This commit is contained in:
Simon Binder 2020-09-19 17:41:19 +02:00
parent 3fdac823dd
commit 39ab61e551
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ include: ../analysis_options.yaml
analyzer:
errors:
public_member_api_docs: warning
deprecated_member_use_from_same_package: ignore
exclude:
- "example_web/**"
- "example/**"