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-10-31 21:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-31 21:09:25 +0300
commit30b8ea126ffffc9bef610d38f8ebcd91bb687aba (patch)
tree3705b43015a6d3a1fd85864f1fc555383b8e248b /rubocop
parenta5519693560d1ac4e120e1afd7d806d13a2d09fd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/cop/gitlab/rspec/avoid_setup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/gitlab/rspec/avoid_setup.rb b/rubocop/cop/gitlab/rspec/avoid_setup.rb
index 3b2bf079b99..fd2ed3b7e34 100644
--- a/rubocop/cop/gitlab/rspec/avoid_setup.rb
+++ b/rubocop/cop/gitlab/rspec/avoid_setup.rb
@@ -68,7 +68,7 @@ module RuboCop
NOT_ALLOWED = %i[let_it_be let_it_be_with_refind let_it_be_with_reload let let!
before after around it_behaves_like shared_examples shared_examples_for
- shared_context include_context].freeze
+ shared_context include_context subject].freeze
RESTRICT_ON_SEND = NOT_ALLOWED