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/open_struct_use.yml')
-rw-r--r--.rubocop_todo/style/open_struct_use.yml27
1 files changed, 9 insertions, 18 deletions
diff --git a/.rubocop_todo/style/open_struct_use.yml b/.rubocop_todo/style/open_struct_use.yml
index e6af3b7bf24..15e4539072d 100644
--- a/.rubocop_todo/style/open_struct_use.yml
+++ b/.rubocop_todo/style/open_struct_use.yml
@@ -1,21 +1,12 @@
---
Style/OpenStructUse:
Exclude:
- - ee/spec/features/projects/new_project_spec.rb
- - ee/spec/finders/template_finder_spec.rb
- - ee/spec/helpers/ee/blob_helper_spec.rb
- - ee/spec/lib/gitlab/auth/group_saml/failure_handler_spec.rb
- - ee/spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
- - lib/gitlab/testing/request_inspector_middleware.rb
- - spec/factories/wiki_pages.rb
- - spec/graphql/mutations/branches/create_spec.rb
- - spec/graphql/mutations/clusters/agent_tokens/create_spec.rb
- - spec/graphql/mutations/clusters/agents/create_spec.rb
- - spec/graphql/mutations/clusters/agents/delete_spec.rb
- - spec/graphql/mutations/commits/create_spec.rb
- - spec/helpers/application_settings_helper_spec.rb
- - spec/helpers/profiles_helper_spec.rb
- - spec/lib/gitlab/gitaly_client/blobs_stitcher_spec.rb
- - spec/lib/gitlab/gitaly_client/diff_stitcher_spec.rb
- - spec/services/system_note_service_spec.rb
- - spec/support/helpers/repo_helpers.rb
+ - 'ee/spec/features/projects/new_project_spec.rb'
+ - 'ee/spec/finders/template_finder_spec.rb'
+ - 'ee/spec/helpers/ee/blob_helper_spec.rb'
+ - 'ee/spec/lib/gitlab/auth/group_saml/failure_handler_spec.rb'
+ - 'spec/factories/wiki_pages.rb'
+ - 'spec/helpers/profiles_helper_spec.rb'
+ - 'spec/lib/gitlab/gitaly_client/blobs_stitcher_spec.rb'
+ - 'spec/lib/gitlab/gitaly_client/diff_stitcher_spec.rb'
+ - 'spec/support/helpers/repo_helpers.rb'