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>2023-08-30 12:10:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-30 12:10:38 +0300
commit4310bd9b3d275c371bc26045ba52dead17a96260 (patch)
treed0217024611eef99004a08b3feb5445f8fa8ea43 /.rubocop.yml
parentbb1221318722595bcf917354f9d29621ca7413d5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 22dbfc465df..3263434238b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -166,6 +166,11 @@ RSpec/MultipleMemoizedHelpers:
Max: 25
AllowSubject: true
+Capybara/TestidFinders:
+ Include:
+ - 'spec/features/**/*'
+ - 'ee/spec/features/**/*'
+
Naming/FileName:
ExpectMatchingDefinition: true
CheckDefinitionPathHierarchy: false