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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-01 18:18:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-01 18:18:50 +0300
commit3bdc719293f08ed357ef452f3e2a11a9b29531e7 (patch)
treeb5a03109fd3704194d5707759d5ec0e4650bf177 /.rubocop.yml
parent1ae73e5bfcb2dc4a49f40886f729fc4797ba2a65 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index caa9d72ef47..bea2cf66efd 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -97,14 +97,8 @@ RSpec/FilePath:
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
- Max: 28
+ Max: 25
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