diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-29 03:08:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-29 03:08:16 +0000 |
commit | f51c6a69f9804d1dde7a0f1717a91ca97001f871 (patch) | |
tree | c54249c948799604d3fbef42c49bc69cc57c2eb9 /.rubocop_todo/style/sole_nested_conditional.yml | |
parent | 859ee9fc169e0a899af3a683ea452d06334d15b9 (diff) | |
download | gitlab-ce-f51c6a69f9804d1dde7a0f1717a91ca97001f871.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style/sole_nested_conditional.yml')
-rw-r--r-- | .rubocop_todo/style/sole_nested_conditional.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.rubocop_todo/style/sole_nested_conditional.yml b/.rubocop_todo/style/sole_nested_conditional.yml index 3c663b5f89a..20b70d36ce2 100644 --- a/.rubocop_todo/style/sole_nested_conditional.yml +++ b/.rubocop_todo/style/sole_nested_conditional.yml @@ -1,5 +1,5 @@ --- -# Cop supports --auto-correct. +# Cop supports --autocorrect. Style/SoleNestedConditional: Exclude: - 'app/controllers/admin/application_settings_controller.rb' @@ -24,7 +24,6 @@ Style/SoleNestedConditional: - 'app/services/projects/create_service.rb' - 'app/services/projects/hashed_storage/migration_service.rb' - 'app/services/projects/hashed_storage/rollback_service.rb' - - 'app/workers/merge_requests/delete_source_branch_worker.rb' - 'ee/app/finders/ee/snippets_finder.rb' - 'ee/app/services/ee/issue_links/create_service.rb' - 'ee/app/services/ee/lfs/unlock_file_service.rb' @@ -39,7 +38,6 @@ Style/SoleNestedConditional: - 'ee/lib/elastic/latest/application_class_proxy.rb' - 'ee/lib/elastic/latest/issue_class_proxy.rb' - 'ee/lib/gitlab/code_owners/groups_loader.rb' - - 'lib/api/ci/helpers/runner.rb' - 'lib/api/deploy_keys.rb' - 'lib/api/helpers/label_helpers.rb' - 'lib/api/maven_packages.rb' |