mirror of https://github.com/AMT-Cheif/drift.git
Ignore deprecated members from same package in moor
This commit is contained in:
parent
3fdac823dd
commit
39ab61e551
|
@ -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/**"
|
||||
|
|
Loading…
Reference in New Issue