Skip to content

Commit

Permalink
rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Aug 12, 2024
1 parent 5b86343 commit 8c88094
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ group :benchmarks do
gem "value_struct"
gem "virtus"
end

1 change: 0 additions & 1 deletion lib/dry/initializer/dispatchers/build_nested_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def full_name(parent, name)

def build_struct(klass_name, block)
# rubocop: disable Security/Eval
# rubocop: disable Style/DocumentDynamicEvalDefinition
eval <<~RUBY, TOPLEVEL_BINDING, __FILE__, __LINE__ + 1
class #{klass_name} < Dry::Initializer::Struct
end
Expand Down

0 comments on commit 8c88094

Please # to comment.