Merge pull request #15921 from EricFromCanada/cask-url-audit
cask/audit: format-check block URLs only if online
This commit is contained in:
commit
34f13db657
@ -311,6 +311,7 @@ module Cask
|
||||
sig { void }
|
||||
def audit_download_url_format
|
||||
return unless cask.url
|
||||
return if block_url_offline?
|
||||
|
||||
odebug "Auditing URL format"
|
||||
if bad_sourceforge_url?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user