From 04a0b2aafe2062701be4028f408d0bee15f3815d Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 20 Aug 2015 16:34:39 -0400 Subject: [PATCH] Mark TODO in brew doctor (future PR) --- Library/Homebrew/cmd/doctor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 2a7c7abb1c..102c9c2eaf 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -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