[rubygems/rubygems] util/rubocop -A --only Lint/UnusedBlockArgument

d8efd919db
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 10:46:45 +09:00
parent 7ab4ede4f5
commit 05208c3875
33 changed files with 77 additions and 77 deletions

View file

@ -28,7 +28,7 @@ class Gem::Commands::UnpackCommand < Gem::Command
options[:target] = value
end
add_option("--spec", "unpack the gem specification") do |value, options|
add_option("--spec", "unpack the gem specification") do |_value, options|
options[:spec] = true
end