From a5f4bba440d7f9ea47046a0a561d49adf0a1e6d4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Jun 2021 18:25:58 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-0-stable-ee --- .rubocop.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index d086bdf7361..a26e9ab986b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -36,8 +36,9 @@ AllCops: - 'plugins/**/*' - 'file_hooks/**/*' - 'workhorse/**/*' + - 'spec/support/*.git/**/*' # e.g. spec/support/gitlab-git-test.git CacheRootDirectory: tmp - MaxFilesInCache: 18000 + MaxFilesInCache: 25000 Cop/AvoidKeywordArgumentsInSidekiqWorkers: Enabled: true @@ -89,6 +90,7 @@ RSpec/FilePath: - 'spec/frontend/fixtures/*' - 'ee/spec/frontend/fixtures/*' - 'spec/requests/api/v3/*' + - 'spec/fixtures/**/*' # Configuration parameters: AllowSubject. RSpec/MultipleMemoizedHelpers: @@ -663,3 +665,8 @@ Style/RegexpLiteralMixedPreserve: - mixed - mixed_preserve EnforcedStyle: mixed_preserve + +RSpec/TopLevelDescribePath: + Exclude: + - 'spec/fixtures/**/*.rb' + - 'ee/spec/fixtures/**/*.rb' -- cgit v1.2.3