mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Style fix in cask audit
Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
parent
0279dda595
commit
74ba8cc2df
@ -515,7 +515,7 @@ module Cask
|
|||||||
end
|
end
|
||||||
|
|
||||||
def check_gitlab_repository
|
def check_gitlab_repository
|
||||||
return unless @new_cask
|
return unless new_cask?
|
||||||
|
|
||||||
user, repo = get_repo_data(%r{https?://gitlab\.com/([^/]+)/([^/]+)/?.*})
|
user, repo = get_repo_data(%r{https?://gitlab\.com/([^/]+)/([^/]+)/?.*})
|
||||||
return if user.nil?
|
return if user.nil?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user