From 11b7785066d3e81916cbf653f4eb6568148f7e01 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 1 Mar 2021 21:11:09 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 56d9f784113..f25d73fdf09 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -90,6 +90,17 @@ RSpec/FilePath: - 'ee/spec/frontend/fixtures/*' - 'spec/requests/api/v3/*' +# Configuration parameters: AllowSubject. +RSpec/MultipleMemoizedHelpers: + Max: 28 + AllowSubject: true + Exclude: + - 'spec/migrations/**/*.rb' + - 'spec/lib/gitlab/background_migration/populate_project_snippet_statistics_spec.rb' + - 'spec/lib/gitlab/background_migration/populate_finding_uuid_for_vulnerability_feedback_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb' + - 'ee/spec/lib/gitlab/background_migration/user_mentions/create_resource_user_mention_spec.rb' + Naming/FileName: ExpectMatchingDefinition: true Exclude: -- cgit v1.2.3