Mark TODO in brew doctor (future PR)

This commit is contained in:
William Woodruff 2015-08-20 16:34:39 -04:00 committed by Misty De Meo
parent 12b25f59cc
commit 04a0b2aafe

View File

@ -257,6 +257,7 @@ class Checks
end
end
# TODO: distill down into single method definition a la BuildToolsError
if MacOS.version >= "10.9"
def check_for_installed_developer_tools
unless MacOS::Xcode.installed? || MacOS::CLT.installed? then <<-EOS.undent