Fix RuboCop Layout/EmptyLines (#43437).

git-svn-id: https://svn.redmine.org/redmine/trunk@24131 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-11-06 07:32:54 +00:00
parent 9c8287dff1
commit 2bf7316af7
2 changed files with 0 additions and 6 deletions

View File

@@ -28,11 +28,6 @@ Layout/EmptyLineAfterGuardClause:
- 'lib/redmine/string_array_diff/diffable.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
# This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLines:
Exclude:
- 'config/routes.rb'
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowAliasSyntax, AllowedMethods.
# AllowedMethods: alias_method, public, protected, private

View File

@@ -373,7 +373,6 @@ Rails.application.routes.draw do
get '(projects/:id)/search', :controller => 'search', :action => 'index', :as => 'search'
get 'mail_handler', :to => 'mail_handler#new'
post 'mail_handler', :to => 'mail_handler#index'