Skip to content

Commit

Permalink
Address rubocop complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Sep 16, 2022
1 parent 93a17d0 commit eff66c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/dry/container/mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def configure
# => 'item'
#
# @api public
#
# rubocop:disable Metrics/ModuleLength
module Mixin
# @private
def self.extended(base)
Expand Down Expand Up @@ -346,6 +348,6 @@ def clone
copy
end
end
# rubocop: enable Metrics/ModuleLength
# rubocop:enable Metrics/ModuleLength
end
end

0 comments on commit eff66c2

Please sign in to comment.