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-05-23 18:08:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-23 18:08:01 +0300
commitabdb550f6937ce69ec38954f24ef221d07637438 (patch)
treea8f2136768637c628f544f567fa57d63c5cf6e3b /.rubocop.yml
parente6d048d769240760008f0dbb6b811e1ebc675292 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c6d2d48db9b..1630d59c17a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1017,3 +1017,6 @@ RSpec/FactoryBot/LocalStaticAssignment:
Include:
- spec/factories/**/*.rb
- ee/spec/factories/**/*.rb
+
+Rails/TransactionExitStatement:
+ Enabled: true