Apply Layout/LeadingBlankLines rubocop rule
This rule is pretty obvious. However, we weren't following it in a couple of places.
This commit is contained in:
@@ -70,6 +70,9 @@ Layout/IndentationConsistency:
|
|||||||
Layout/IndentationWidth:
|
Layout/IndentationWidth:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Layout/LeadingBlankLines:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Layout/MultilineBlockLayout:
|
Layout/MultilineBlockLayout:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
class BudgetAdministrator < ApplicationRecord
|
class BudgetAdministrator < ApplicationRecord
|
||||||
belongs_to :budget
|
belongs_to :budget
|
||||||
belongs_to :administrator
|
belongs_to :administrator
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
require_dependency Rails.root.join("app", "models", "verification", "residence").to_s
|
require_dependency Rails.root.join("app", "models", "verification", "residence").to_s
|
||||||
|
|
||||||
class Verification::Residence
|
class Verification::Residence
|
||||||
|
|||||||
Reference in New Issue
Block a user