Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Mar 12, 2024
1 parent f4d17cd commit e1d9f81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/resource_tools/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def custom_value(name, &block)
end
end

# rubocop:disable Style/ArgumentsForwarding
def initialize(*args, &block)
super
if self.class.custom_values.present?
Expand All @@ -157,7 +156,6 @@ def initialize(*args, &block)
convert_booleans
delete_if { |k, _| ignoreable.include?(k) }
end
# rubocop:enable Style/ArgumentsForwarding

def convert_booleans
self.stored_as_boolean.each do |key|
Expand Down

0 comments on commit e1d9f81

Please sign in to comment.