diff options
author | Go MAEDA <maeda@farend.jp> | 2024-01-24 02:32:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-01-24 02:32:44 +0000 |
commit | 84c1558be380d53796218a02bc592a365fc8241a (patch) | |
tree | a21fb3a8f190ce52c76d1709748cce533cccbc50 /config | |
parent | 8a0bbe3d1d1c870a5f35524db2390051d499510b (diff) | |
download | redmine-84c1558be380d53796218a02bc592a365fc8241a.tar.gz redmine-84c1558be380d53796218a02bc592a365fc8241a.zip |
Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975).
git-svn-id: https://svn.redmine.org/redmine/trunk@22621 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/10-patches.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |