Add and apply Lint/EmptyBlock rubocop rule
It was introduced in Rubocop 1.1.0.
This commit is contained in:
@@ -91,8 +91,7 @@ FactoryBot.define do
|
||||
end
|
||||
end
|
||||
|
||||
factory :widget_feed, class: "Widget::Feed" do
|
||||
end
|
||||
factory :widget_feed, class: "Widget::Feed"
|
||||
|
||||
factory :i18n_content, class: "I18nContent" do
|
||||
key { "debates.index.section_footer.description" }
|
||||
|
||||
Reference in New Issue
Block a user