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-12-08 00:12:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-08 00:12:55 +0300
commit2cf4bdd0b060175c7058b395014b101fbe6214a3 (patch)
treef3aaeca09cc434632c8eb2c2998877c3f9a2e0d9 /.rubocop.yml
parent1bdc6c89c32a7380a81598629b9ad05ba9a2a94f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index dca7ff24008..128b89773a0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -837,7 +837,9 @@ Rails/TimeZone:
Rails/SaveBang:
Enabled: true
AllowImplicitReturn: false
- AllowedReceivers: ['ActionDispatch::TestRequest']
+ AllowedReceivers:
+ - ActionDispatch::TestRequest
+ - Tempfile
Include:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'