mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -28,11 +28,6 @@ Layout/EmptyLineAfterGuardClause:
|
|||||||
- 'lib/redmine/string_array_diff/diffable.rb'
|
- 'lib/redmine/string_array_diff/diffable.rb'
|
||||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.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).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
# Configuration parameters: AllowAliasSyntax, AllowedMethods.
|
# Configuration parameters: AllowAliasSyntax, AllowedMethods.
|
||||||
# AllowedMethods: alias_method, public, protected, private
|
# AllowedMethods: alias_method, public, protected, private
|
||||||
|
|||||||
@@ -373,7 +373,6 @@ Rails.application.routes.draw do
|
|||||||
|
|
||||||
get '(projects/:id)/search', :controller => 'search', :action => 'index', :as => 'search'
|
get '(projects/:id)/search', :controller => 'search', :action => 'index', :as => 'search'
|
||||||
|
|
||||||
|
|
||||||
get 'mail_handler', :to => 'mail_handler#new'
|
get 'mail_handler', :to => 'mail_handler#new'
|
||||||
post 'mail_handler', :to => 'mail_handler#index'
|
post 'mail_handler', :to => 'mail_handler#index'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user