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>2020-07-02 00:08:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-02 00:08:51 +0300
commitfe25c98fa838d9a6dd08bec9a5ac743560fa2ebd (patch)
treec5da508b27669257832eed276e0c06170750ff38 /.rubocop.yml
parentcc7885bc21004e6c663706778252e4f495167dde (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 89e6214fe47..438f27b0c87 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -471,6 +471,8 @@ Rails/TimeZone:
# WIP: See https://gitlab.com/gitlab-org/gitlab/-/issues/220040
Rails/SaveBang:
Enabled: true
+ AllowImplicitReturn: false
+ AllowedReceivers: ['ActionDispatch::TestRequest']
Include:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'