diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-28 06:09:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-28 06:09:31 +0000 |
commit | 64a5bf8e84f5f4e3348b1586f3a3904cedceb207 (patch) | |
tree | 7bbf2d3b601c713e7bd77d1362835ae9aba9940d /.rubocop_todo/layout | |
parent | a892b70e5dc7cf2c3723a6d15a49e4238ad9a97d (diff) | |
download | gitlab-ce-64a5bf8e84f5f4e3348b1586f3a3904cedceb207.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/layout')
-rw-r--r-- | .rubocop_todo/layout/argument_alignment.yml | 2 | ||||
-rw-r--r-- | .rubocop_todo/layout/line_length.yml | 1 | ||||
-rw-r--r-- | .rubocop_todo/layout/space_in_lambda_literal.yml | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo/layout/argument_alignment.yml b/.rubocop_todo/layout/argument_alignment.yml index ebd2499bedc..dc1395a2da2 100644 --- a/.rubocop_todo/layout/argument_alignment.yml +++ b/.rubocop_todo/layout/argument_alignment.yml @@ -1633,7 +1633,6 @@ Layout/ArgumentAlignment: - 'lib/gitlab/background_migration/fix_incoherent_packages_size_on_project_statistics.rb' - 'lib/gitlab/background_migration/remove_occurrence_pipelines_and_duplicate_vulnerabilities_findings.rb' - 'lib/gitlab/background_migration/reset_status_on_container_repositories.rb' - - 'lib/gitlab/bare_repository_import/importer.rb' - 'lib/gitlab/bitbucket_server_import/importer.rb' - 'lib/gitlab/chat/command.rb' - 'lib/gitlab/ci/ansi2json/line.rb' @@ -2072,7 +2071,6 @@ Layout/ArgumentAlignment: - 'spec/lib/gitlab/background_migration/set_legacy_open_source_license_available_for_non_public_projects_spec.rb' - 'spec/lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces_spec.rb' - 'spec/lib/gitlab/background_migration/update_jira_tracker_data_deployment_type_based_on_url_spec.rb' - - 'spec/lib/gitlab/bare_repository_import/importer_spec.rb' - 'spec/lib/gitlab/bitbucket_import/importer_spec.rb' - 'spec/lib/gitlab/bitbucket_import/project_creator_spec.rb' - 'spec/lib/gitlab/bitbucket_import/wiki_formatter_spec.rb' diff --git a/.rubocop_todo/layout/line_length.yml b/.rubocop_todo/layout/line_length.yml index b93145d89f6..5f5ab418aea 100644 --- a/.rubocop_todo/layout/line_length.yml +++ b/.rubocop_todo/layout/line_length.yml @@ -3882,7 +3882,6 @@ Layout/LineLength: - 'spec/lib/gitlab/background_migration/remove_occurrence_pipelines_and_duplicate_vulnerabilities_findings_spec.rb' - 'spec/lib/gitlab/background_migration/remove_vulnerability_finding_links_spec.rb' - 'spec/lib/gitlab/background_migration/update_jira_tracker_data_deployment_type_based_on_url_spec.rb' - - 'spec/lib/gitlab/bare_repository_import/importer_spec.rb' - 'spec/lib/gitlab/bitbucket_import/importer_spec.rb' - 'spec/lib/gitlab/bitbucket_server_import/importer_spec.rb' - 'spec/lib/gitlab/buffered_io_spec.rb' diff --git a/.rubocop_todo/layout/space_in_lambda_literal.yml b/.rubocop_todo/layout/space_in_lambda_literal.yml index 431e6e9fa72..62aa752c376 100644 --- a/.rubocop_todo/layout/space_in_lambda_literal.yml +++ b/.rubocop_todo/layout/space_in_lambda_literal.yml @@ -35,7 +35,6 @@ Layout/SpaceInLambdaLiteral: - 'app/models/concerns/issuable.rb' - 'app/models/concerns/mentionable.rb' - 'app/models/concerns/milestoneable.rb' - - 'app/models/concerns/protected_ref_access.rb' - 'app/models/concerns/reactive_caching.rb' - 'app/models/concerns/shardable.rb' - 'app/models/concerns/timebox.rb' |