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-04-07 21:18:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-07 21:18:20 +0300
commit6d36b38d4d2901c244a0f8bdc4e36549ad821138 (patch)
tree4df749e52aff6ac081521ccce3f0fa89d3e404af /.rubocop.yml
parenta55ff7975e6c763e10127d22df4ba9c32ee2838f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9fcb77fb7c2..12eee5702bc 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -454,6 +454,7 @@ Gitlab/RSpec/AvoidSetup:
Enabled: true
Include:
- 'ee/spec/features/registrations/saas/**/*'
+ - 'ee/spec/features/trials/saas/**/*'
RSpec/DuplicateSpecLocation:
Enabled: true