From d650b4f4c4a20f9d1801a0dc69bdc3e106a18e11 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 6 Jan 2023 21:08:47 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- rubocop/cop/background_migration/feature_category.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rubocop') diff --git a/rubocop/cop/background_migration/feature_category.rb b/rubocop/cop/background_migration/feature_category.rb index 2c96e5f29de..ec70b5baadf 100644 --- a/rubocop/cop/background_migration/feature_category.rb +++ b/rubocop/cop/background_migration/feature_category.rb @@ -12,12 +12,12 @@ module RuboCop FEATURE_CATEGORIES_FILE_PATH = "config/feature_categories.yml" - MSG = "'feature_category' should be defined to better assign the ownership for batched migration jobs. "\ - "For more details refer: "\ - "https://docs.gitlab.com/ee/development/feature_categorization/#batched-background-migrations" + MSG = "'feature_category' should be defined to better assign the ownership for batched migration jobs. " \ + "For more details refer: " \ + "https://docs.gitlab.com/ee/development/feature_categorization/#batched-background-migrations" - INVALID_FEATURE_CATEGORY_MSG = "'feature_category' is invalid. "\ - "List of valid ones can be found in #{FEATURE_CATEGORIES_FILE_PATH}" + INVALID_FEATURE_CATEGORY_MSG = "'feature_category' is invalid. " \ + "List of valid ones can be found in #{FEATURE_CATEGORIES_FILE_PATH}" RESTRICT_ON_SEND = [:feature_category].freeze -- cgit v1.2.3