Add and apply Layout/EmptyLinesAfterModuleInclusion rule
This rule was added in rubocop 1.79. We were inconsistent about it, so we're adding it to get more consistency.
This commit is contained in:
@@ -4,6 +4,7 @@ class Management::Budgets::InvestmentsController < Management::BaseController
|
||||
include DocumentAttributes
|
||||
include MapLocationAttributes
|
||||
include FeatureFlags
|
||||
|
||||
feature_flag :budgets
|
||||
|
||||
before_action :load_budget
|
||||
|
||||
Reference in New Issue
Block a user