aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2017-01-26 08:25:17 +0100
committerMarkus Reiter2017-02-05 06:48:23 +0100
commit7d312e4ccadd1852b0ae956e19248eea7ec13696 (patch)
tree316601183ba0386f48acb5d9de9cf985c2e85351 /Library/Homebrew
parent324988e7a5d7d4735cf5f96ea17ae1491d0f801e (diff)
downloadbrew-7d312e4ccadd1852b0ae956e19248eea7ec13696.tar.bz2
Remove legacy tap pattern.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/doctor.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb
index 3618f0734..cba3ba0e6 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb
@@ -31,10 +31,6 @@ module Hbc
"<NONE>"
end
- def self.legacy_tap_pattern
- /phinze/
- end
-
def self.error_string(string = "Error")
Formatter.error("(#{string})")
end
@@ -59,8 +55,6 @@ module Hbc
taps.collect do |tap|
if tap.path.nil? || tap.path.to_s.empty?
none_string
- elsif tap.path.to_s.match(legacy_tap_pattern)
- tap.path.to_s.concat(" #{error_string "Warning: legacy tap path"}")
else
"#{tap.path} (#{cask_count_for_tap(tap)})"
end