util/rubocop -A --only Lint/NonLocalExitFromIterator
This commit is contained in:
parent
2e3cd1dc3e
commit
50a03035ee
Notes:
git
2023-03-23 08:19:21 +00:00
@ -262,7 +262,7 @@ You can use `i` command instead of `install`.
|
|||||||
return unless errors
|
return unless errors
|
||||||
|
|
||||||
errors.each do |x|
|
errors.each do |x|
|
||||||
return unless Gem::SourceFetchProblem === x
|
next unless Gem::SourceFetchProblem === x
|
||||||
|
|
||||||
require_relative "../uri"
|
require_relative "../uri"
|
||||||
msg = "Unable to pull data from '#{Gem::Uri.redact(x.source.uri)}': #{x.error.message}"
|
msg = "Unable to pull data from '#{Gem::Uri.redact(x.source.uri)}': #{x.error.message}"
|
||||||
|
@ -391,7 +391,7 @@ EOM
|
|||||||
|
|
||||||
extract_tar_gz entry, destination_dir, pattern
|
extract_tar_gz entry, destination_dir, pattern
|
||||||
|
|
||||||
return # ignore further entries
|
break # ignore further entries
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user