Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/style/format_string.yml')
-rw-r--r--.rubocop_todo/style/format_string.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.rubocop_todo/style/format_string.yml b/.rubocop_todo/style/format_string.yml
index c1ba754edca..d18cd4d24a8 100644
--- a/.rubocop_todo/style/format_string.yml
+++ b/.rubocop_todo/style/format_string.yml
@@ -3,22 +3,6 @@
Style/FormatString:
Exclude:
- 'app/components/diffs/overflow_warning_component.rb'
- - 'app/controllers/admin/application_settings_controller.rb'
- - 'app/controllers/admin/groups_controller.rb'
- - 'app/controllers/admin/impersonation_tokens_controller.rb'
- - 'app/controllers/admin/projects_controller.rb'
- - 'app/controllers/admin/spam_logs_controller.rb'
- - 'app/controllers/admin/topics_controller.rb'
- - 'app/controllers/admin/users_controller.rb'
- - 'app/controllers/concerns/access_tokens_actions.rb'
- - 'app/controllers/concerns/confirm_email_warning.rb'
- - 'app/controllers/concerns/enforces_two_factor_authentication.rb'
- - 'app/controllers/concerns/integrations/actions.rb'
- - 'app/controllers/concerns/membership_actions.rb'
- - 'app/controllers/concerns/redirects_for_missing_path_on_tree.rb'
- - 'app/controllers/concerns/spammable_actions/akismet_mark_as_spam_action.rb'
- - 'app/controllers/concerns/verifies_with_email.rb'
- - 'app/controllers/groups/settings/ci_cd_controller.rb'
- 'app/controllers/import/bitbucket_server_controller.rb'
- 'app/controllers/import/bulk_imports_controller.rb'
- 'app/controllers/import/fogbugz_controller.rb'
@@ -137,14 +121,6 @@ Style/FormatString:
- 'app/serializers/build_details_entity.rb'
- 'app/services/alert_management/alerts/update_service.rb'
- 'app/services/boards/lists/base_create_service.rb'
- - 'app/services/clusters/applications/check_progress_service.rb'
- - 'app/services/clusters/applications/install_service.rb'
- - 'app/services/clusters/applications/upgrade_service.rb'
- - 'app/services/clusters/aws/authorize_role_service.rb'
- - 'app/services/clusters/aws/finalize_creation_service.rb'
- - 'app/services/clusters/aws/verify_provision_status_service.rb'
- - 'app/services/clusters/gcp/finalize_creation_service.rb'
- - 'app/services/clusters/gcp/verify_provision_status_service.rb'
- 'app/services/concerns/update_repository_storage_methods.rb'
- 'app/services/concerns/validates_classification_label.rb'
- 'app/services/gravatar_service.rb'
@@ -259,7 +235,6 @@ Style/FormatString:
- 'ee/lib/ee/gitlab/quick_actions/epic_actions.rb'
- 'ee/lib/ee/gitlab/quick_actions/issue_actions.rb'
- 'ee/lib/ee/gitlab/quick_actions/issue_and_merge_request_actions.rb'
- - 'ee/lib/ee/gitlab/scim/deprovision_service.rb'
- 'ee/lib/gitlab/analytics/cycle_analytics/stage_events/issue_label_added.rb'
- 'ee/lib/gitlab/analytics/cycle_analytics/stage_events/issue_label_removed.rb'
- 'ee/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_label_added.rb'
@@ -348,7 +323,6 @@ Style/FormatString:
- 'spec/models/integrations/datadog_spec.rb'
- 'spec/models/serverless/domain_spec.rb'
- 'spec/requests/api/graphql/project/jira_projects_spec.rb'
- - 'spec/services/clusters/applications/upgrade_service_spec.rb'
- 'spec/services/groups/import_export/export_service_spec.rb'
- 'spec/services/projects/import_export/export_service_spec.rb'
- 'spec/support/helpers/javascript_fixtures_helpers.rb'