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-03-27 09:12:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-27 09:12:54 +0300
commitbf360857d96de6ae8989af058a88ace9b94e90cc (patch)
tree8d17fa64beda67feea0d6031ba6a59460b131be6 /.rubocop_todo
parentc5008f037f371a6218cf2aec7cf5d0f503265fd6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/layout/line_length.yml1
-rw-r--r--.rubocop_todo/lint/unused_block_argument.yml3
2 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo/layout/line_length.yml b/.rubocop_todo/layout/line_length.yml
index f6750d917ec..382b9d29ca8 100644
--- a/.rubocop_todo/layout/line_length.yml
+++ b/.rubocop_todo/layout/line_length.yml
@@ -5532,7 +5532,6 @@ Layout/LineLength:
- 'spec/workers/authorized_project_update/project_recalculate_per_user_worker_spec.rb'
- 'spec/workers/authorized_project_update/user_refresh_from_replica_worker_spec.rb'
- 'spec/workers/auto_devops/disable_worker_spec.rb'
- - 'spec/workers/background_migration/ci_database_worker_spec.rb'
- 'spec/workers/build_success_worker_spec.rb'
- 'spec/workers/bulk_import_worker_spec.rb'
- 'spec/workers/bulk_imports/export_request_worker_spec.rb'
diff --git a/.rubocop_todo/lint/unused_block_argument.yml b/.rubocop_todo/lint/unused_block_argument.yml
index b9013f03bfa..aa2f0169006 100644
--- a/.rubocop_todo/lint/unused_block_argument.yml
+++ b/.rubocop_todo/lint/unused_block_argument.yml
@@ -202,7 +202,6 @@ Lint/UnusedBlockArgument:
- 'lib/api/helpers/snippets_helpers.rb'
- 'lib/api/search.rb'
- 'lib/atlassian/jira_connect/serializers/repository_entity.rb'
- - 'lib/backup/database.rb'
- 'lib/banzai/filter/autolink_filter.rb'
- 'lib/banzai/filter/emoji_filter.rb'
- 'lib/banzai/filter/inline_metrics_redactor_filter.rb'
@@ -260,7 +259,6 @@ Lint/UnusedBlockArgument:
- 'lib/tasks/contracts/pipeline_schedules.rake'
- 'lib/tasks/contracts/pipelines.rake'
- 'lib/tasks/frontend.rake'
- - 'lib/tasks/gitlab/background_migrations.rake'
- 'lib/tasks/gitlab/bulk_add_permission.rake'
- 'lib/tasks/gitlab/db.rake'
- 'lib/tasks/gitlab/external_diffs.rake'
@@ -332,7 +330,6 @@ Lint/UnusedBlockArgument:
- 'spec/graphql/types/base_object_spec.rb'
- 'spec/initializers/secret_token_spec.rb'
- 'spec/lib/api/helpers/pagination_strategies_spec.rb'
- - 'spec/lib/backup/database_spec.rb'
- 'spec/lib/banzai/filter/audio_link_filter_spec.rb'
- 'spec/lib/banzai/filter/video_link_filter_spec.rb'
- 'spec/lib/feature_spec.rb'