diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-01 15:18:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-01 15:18:50 +0000 |
commit | 3bdc719293f08ed357ef452f3e2a11a9b29531e7 (patch) | |
tree | b5a03109fd3704194d5707759d5ec0e4650bf177 /.rubocop_todo | |
parent | 1ae73e5bfcb2dc4a49f40886f729fc4797ba2a65 (diff) | |
download | gitlab-ce-3bdc719293f08ed357ef452f3e2a11a9b29531e7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r-- | .rubocop_todo/rspec/multiple_memoized_helpers.yml | 11 | ||||
-rw-r--r-- | .rubocop_todo/style/open_struct_use.yml | 1 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.rubocop_todo/rspec/multiple_memoized_helpers.yml b/.rubocop_todo/rspec/multiple_memoized_helpers.yml new file mode 100644 index 00000000000..2f6d390bec2 --- /dev/null +++ b/.rubocop_todo/rspec/multiple_memoized_helpers.yml @@ -0,0 +1,11 @@ +--- +RSpec/MultipleMemoizedHelpers: + Exclude: + - spec/lib/gitlab/background_migration/populate_finding_uuid_for_vulnerability_feedback_spec.rb + - spec/lib/gitlab/background_migration/recalculate_vulnerabilities_occurrences_uuid_spec.rb + - spec/lib/gitlab/diff/position_tracer/line_strategy_spec.rb + - spec/requests/api/ci/runner/jobs_artifacts_spec.rb + - ee/spec/lib/ee/gitlab/background_migration/populate_latest_pipeline_ids_spec.rb + - ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb + - ee/spec/services/ee/boards/issues/move_service_spec.rb + - ee/spec/services/security/store_report_service_spec.rb diff --git a/.rubocop_todo/style/open_struct_use.yml b/.rubocop_todo/style/open_struct_use.yml index 4f7faa8f484..54ae23d232a 100644 --- a/.rubocop_todo/style/open_struct_use.yml +++ b/.rubocop_todo/style/open_struct_use.yml @@ -17,7 +17,6 @@ Style/OpenStructUse: - spec/factories/go_module_versions.rb - spec/factories/wiki_pages.rb - spec/features/projects/clusters_spec.rb - - spec/finders/template_finder_spec.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 |