Skip to content

Commit b2ce4d7

Browse files
authored
Merge pull request #2358 from ViewComponent/v4-rubocop-warnings
remove unnecessary rubocop disable
2 parents d46b474 + e8b4df5 commit b2ce4d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sandbox/app/components/missing_collection_parameter_name_component.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
class MissingCollectionParameterNameComponent < ViewComponent::Base
44
with_collection_parameter :foo
55

6-
# rubocop:disable Style/RedundantInitialize
76
def initialize(bar:)
87
end
9-
# rubocop:enable Style/RedundantInitialize
108
end

0 commit comments

Comments
 (0)