Skip to content
Snippets Groups Projects
Commit 8fa7f05a authored by Vijay Hawoldar's avatar Vijay Hawoldar
Browse files

Fix rubocop violation for line continuation

Removes rubocop todo/violation for line continuation spacing in the pre
enforcement alert components
parent 65d5bc64
No related branches found
No related tags found
1 merge request!122607Fix rubocop violation for line continuation
......@@ -23,8 +23,6 @@ Layout/LineContinuationSpacing:
- 'app/services/uploads/destroy_service.rb'
- 'app/services/users/email_verification/validate_token_service.rb'
- 'config/initializers_before_autoloader/003_gc_compact.rb'
- 'ee/app/components/namespaces/storage/pre_enforcement_alert_component.rb'
- 'ee/app/components/namespaces/storage/user_pre_enforcement_alert_component.rb'
- 'ee/app/controllers/ee/ldap/omniauth_callbacks_controller.rb'
- 'ee/app/graphql/mutations/app_sec/fuzzing/api/ci_configuration/create.rb'
- 'ee/app/graphql/mutations/requirements_management/export_requirements.rb'
......
......@@ -89,7 +89,7 @@ def text_paragraph_2
Kernel.format(
s_(
"UsageQuota|The namespace is currently using %{strong_start}%{used_storage}%{strong_end} "\
"UsageQuota|The namespace is currently using %{strong_start}%{used_storage}%{strong_end} " \
"of namespace storage. Group owners can view namespace storage usage and purchase more from " \
"%{strong_start}%{usage_quotas_nav_instruction}%{strong_end}. " \
"%{docs_link_start}How can I manage my storage?%{link_end}." \
......
......@@ -15,7 +15,7 @@ def text_paragraph_2
Kernel.format(
s_(
"UsageQuota|The namespace is currently using %{strong_start}%{used_storage}%{strong_end} "\
"UsageQuota|The namespace is currently using %{strong_start}%{used_storage}%{strong_end} " \
"of namespace storage. View and manage your usage from " \
"%{strong_start}%{usage_quotas_nav_instruction}%{strong_end}. " \
"%{docs_link_start}Learn more%{link_end} about how to reduce your storage." \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment