We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfa1dd commit 0f18895Copy full SHA for 0f18895
mindbox/analysis_options.yaml
@@ -27,4 +27,7 @@ linter:
27
public_member_api_docs: true
28
always_put_control_body_on_new_line: true
29
curly_braces_in_flow_control_structures: true
30
- deprecated_member_use_from_same_package: false
+
31
+analyzer:
32
+ errors:
33
+ deprecated_member_use_from_same_package: ignore
0 commit comments