Fix RuboCop Violations

parent 0bfc4a8c
...@@ -17,7 +17,7 @@ module Pod ...@@ -17,7 +17,7 @@ module Pod
def self.options def self.options
[ [
['--progress', 'Show the progress of cloning the spec repository'] ['--progress', 'Show the progress of cloning the spec repository'],
].concat(super) ].concat(super)
end end
...@@ -74,9 +74,9 @@ module Pod ...@@ -74,9 +74,9 @@ module Pod
# #
def clone_repo def clone_repo
changes = if @progress changes = if @progress
{ verbose: true } { :verbose => true }
else else
{} {}
end end
config.with_changes(changes) do config.with_changes(changes) do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment