Skip to content

Commit e8b4df5

Browse files
committed
remove unnecessary rubocop disable
1 parent 857633f commit e8b4df5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)