Skip to content
Snippets Groups Projects
Unverified Commit a124680b authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

diagnostic: make using outdated development tools fatal

parent 5575c176
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment