Skip to content

Commit ebfa1dd

Browse files
committed
WMRUSTORE-38: remove deprecated lint rule
1 parent fe6a418 commit ebfa1dd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

mindbox/analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ linter:
2626
prefer_typing_uninitialized_variables: true
2727
public_member_api_docs: true
2828
always_put_control_body_on_new_line: true
29-
curly_braces_in_flow_control_structures: true
29+
curly_braces_in_flow_control_structures: true
30+
deprecated_member_use_from_same_package: false

mindbox_android/analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ linter:
2626
prefer_typing_uninitialized_variables: true
2727
public_member_api_docs: true
2828
always_put_control_body_on_new_line: true
29-
curly_braces_in_flow_control_structures: true
29+
curly_braces_in_flow_control_structures: true
30+
deprecated_member_use_from_same_package: false

mindbox_ios/analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ linter:
2626
prefer_typing_uninitialized_variables: true
2727
public_member_api_docs: true
2828
always_put_control_body_on_new_line: true
29-
curly_braces_in_flow_control_structures: true
29+
curly_braces_in_flow_control_structures: true
30+
deprecated_member_use_from_same_package: false

mindbox_platform_interface/analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ linter:
2626
prefer_typing_uninitialized_variables: true
2727
public_member_api_docs: true
2828
always_put_control_body_on_new_line: true
29-
curly_braces_in_flow_control_structures: true
29+
curly_braces_in_flow_control_structures: true
30+
deprecated_member_use_from_same_package: false

0 commit comments

Comments
 (0)