diagnostic: make using outdated development tools fatal

This commit is contained in:
Dominyk Tiller 2016-09-22 18:13:46 +01:00
parent 5575c17629
commit a124680b18
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -14,15 +14,10 @@ module Homebrew
end
def fatal_development_tools_checks
if MacOS.prerelease?
%w[
check_xcode_up_to_date
check_clt_up_to_date
]
else
%w[
]
end
%w[
check_xcode_up_to_date
check_clt_up_to_date
]
end
def check_for_unsupported_macos