From 135ecd1295cdcbb1500ec2216d37f00e485130f8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 17 Aug 2016 09:09:55 +0100 Subject: Prepare for Homebrew Cask to be imported. - ignore Cask's files in `readall` (for now, there's an intentional syntax error that will need fixed) - run Cask's tests if they exist - don't check Cask's files in coverage reports (for now) --- Library/Homebrew/cmd/readall.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/readall.rb b/Library/Homebrew/cmd/readall.rb index e399e7c2b..62cdfa5d4 100644 --- a/Library/Homebrew/cmd/readall.rb +++ b/Library/Homebrew/cmd/readall.rb @@ -15,6 +15,7 @@ module Homebrew ] Dir.glob(scan_files).each do |rb| next if rb.include?("/vendor/") + next if rb.include?("/cask/") ruby_files << rb end -- cgit v1.2.3