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-08-04 15:11:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-04 15:11:22 +0300
commit39e07b68051f93f95d11b8607dfaa8ae87458bb7 (patch)
treeda662669a0061282555dfe646367c11614eeb1ec /.rubocop.yml
parent13f31ab91aeb5233a7b64f2740fee246294161fc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index e2cbda196c3..baac21de331 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -598,15 +598,15 @@ RSpec/HaveGitlabHttpStatus:
RSpec/ContextWording:
Prefixes:
- - when
- - with
- - without
- - for
- - and
- - on
- - in
- - as
- - if
+ - 'when'
+ - 'with'
+ - 'without'
+ - 'for'
+ - 'and'
+ - 'on'
+ - 'in'
+ - 'as'
+ - 'if'
Style/MultilineWhenThen:
Enabled: false