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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-07 21:09:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-07 21:09:51 +0300
commit9ee2305f46a2b3d1d1e8a1f1182512599a74dbe1 (patch)
tree82c0631433839156f7d2fa88a5026c385b2b5703 /.rubocop_todo/style
parent9498dc957345829f29fe0bc4e55c969783b457be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style')
-rw-r--r--.rubocop_todo/style/bare_percent_literals.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.rubocop_todo/style/bare_percent_literals.yml b/.rubocop_todo/style/bare_percent_literals.yml
index 132f0854700..554dc64c39c 100644
--- a/.rubocop_todo/style/bare_percent_literals.yml
+++ b/.rubocop_todo/style/bare_percent_literals.yml
@@ -2,13 +2,6 @@
# Cop supports --autocorrect.
Style/BarePercentLiterals:
Exclude:
- - 'app/models/commit.rb'
- - 'app/models/concerns/storage/legacy_namespace.rb'
- - 'app/models/integrations/datadog.rb'
- - 'app/services/feature_flags/base_service.rb'
- - 'app/services/repositories/base_service.rb'
- - 'ee/app/services/jira/jql_builder_service.rb'
- - 'ee/lib/ee/gitlab/checks/push_rules/file_size_check.rb'
- 'ee/spec/features/projects/environments/environments_spec.rb'
- 'ee/spec/helpers/subscriptions_helper_spec.rb'
- 'ee/spec/lib/banzai/filter/references/iteration_reference_filter_spec.rb'
@@ -16,18 +9,6 @@ Style/BarePercentLiterals:
- 'ee/spec/lib/gitlab/status_page/filter/image_filter_spec.rb'
- 'ee/spec/requests/api/ci/jobs_spec.rb'
- 'ee/spec/services/geo/container_repository_sync_spec.rb'
- - 'lib/banzai/filter/autolink_filter.rb'
- - 'lib/banzai/filter/references/reference_filter.rb'
- - 'lib/banzai/filter/spaced_link_filter.rb'
- - 'lib/banzai/filter/table_of_contents_filter.rb'
- - 'lib/banzai/issuable_extractor.rb'
- - 'lib/gitlab/authorized_keys.rb'
- - 'lib/gitlab/etag_caching/middleware.rb'
- - 'lib/gitlab/etag_caching/router/rails.rb'
- - 'lib/gitlab/gl_repository/identifier.rb'
- - 'lib/gitlab/import_export/repo_restorer.rb'
- - 'lib/kramdown/parser/atlassian_document_format.rb'
- - 'lib/tasks/tanuki_emoji.rake'
- 'qa/qa/ee/page/dashboard/projects.rb'
- 'qa/qa/ee/page/group/settings/general.rb'
- 'qa/qa/ee/page/project/issue/show.rb'
@@ -46,8 +27,6 @@ Style/BarePercentLiterals:
- 'qa/qa/specs/features/browser_ui/4_verify/pipeline/pipeline_with_image_pull_policy_spec.rb'
- 'qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb'
- 'qa/spec/runtime/feature_spec.rb'
- - 'scripts/regenerate-schema'
- - 'scripts/trigger-build.rb'
- 'spec/controllers/import/fogbugz_controller_spec.rb'
- 'spec/controllers/projects/artifacts_controller_spec.rb'
- 'spec/controllers/projects/design_management/designs/raw_images_controller_spec.rb'