Skip to content

Commit

Permalink
Fixed rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelFrias97 committed Dec 20, 2024
1 parent 268243e commit 5e2548a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/bali/link/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Component < ApplicationViewComponent
# rubocop:disable Metrics/ParameterLists
# rubocop:disable Metrics/CyclomaticComplexity
# rubocop:disable Metrics/PerceivedComplexity
# rubocop: disable Metrics/AbcSize
def initialize(href:,
name: nil,
type: nil,
Expand Down Expand Up @@ -69,6 +70,7 @@ def initialize(href:,
@options = prepend_turbo_method(@options, method.to_s)
end
end
# rubocop: enable Metrics/AbcSize
# rubocop:enable Metrics/ParameterLists
# rubocop:enable Metrics/CyclomaticComplexity
# rubocop:enable Metrics/PerceivedComplexity
Expand Down

0 comments on commit 5e2548a

Please sign in to comment.