diff --git a/.rubocop.yml b/.rubocop.yml index c12530402..dbf9532b5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -70,6 +70,9 @@ Layout/IndentationConsistency: Layout/IndentationWidth: Enabled: true +Layout/LeadingBlankLines: + Enabled: true + Layout/MultilineBlockLayout: Enabled: true diff --git a/app/models/budget_administrator.rb b/app/models/budget_administrator.rb index 0f4b121a2..4cf18a3ce 100644 --- a/app/models/budget_administrator.rb +++ b/app/models/budget_administrator.rb @@ -1,4 +1,3 @@ - class BudgetAdministrator < ApplicationRecord belongs_to :budget belongs_to :administrator diff --git a/app/models/custom/verification/residence.rb b/app/models/custom/verification/residence.rb index 95c94a99b..a0e71dda5 100644 --- a/app/models/custom/verification/residence.rb +++ b/app/models/custom/verification/residence.rb @@ -1,4 +1,3 @@ - require_dependency Rails.root.join("app", "models", "verification", "residence").to_s class Verification::Residence