From 84c1558be380d53796218a02bc592a365fc8241a Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 24 Jan 2024 02:32:44 +0000 Subject: [PATCH] Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975). git-svn-id: https://svn.redmine.org/redmine/trunk@22621 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/initializers/10-patches.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/initializers/10-patches.rb b/config/initializers/10-patches.rb index c298b9609..933da218e 100644 --- a/config/initializers/10-patches.rb +++ b/config/initializers/10-patches.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true module ActiveRecord - # Undefines private Kernel#open method to allow using `open` scopes in models. # See Defect #11545 (http://www.redmine.org/issues/11545) for details. class Base