diff options
| author | Mike McQuaid | 2016-11-06 17:58:24 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2016-11-06 17:58:24 +0000 |
| commit | b8647778ee2d9ea7bc5a6c3cd7a5812c7d7ea9c8 (patch) | |
| tree | 03c9d0e2b04d42501a66455ce24d34fbfb835583 /Library/Homebrew/diagnostic.rb | |
| parent | f46e0032bffffece8e72ffffdb28ac0b1ea7c014 (diff) | |
| parent | ce2b11fd656e85a2cd73f45b4ac25fd34b1599cf (diff) | |
| download | brew-b8647778ee2d9ea7bc5a6c3cd7a5812c7d7ea9c8.tar.bz2 | |
Merge remote-tracking branch 'origin/master' into HEAD
Diffstat (limited to 'Library/Homebrew/diagnostic.rb')
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index fbc10fe20..e499c4d3b 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -86,12 +86,17 @@ module Homebrew def development_tools_checks %w[ check_for_installed_developer_tools - ] + ].freeze end def fatal_development_tools_checks %w[ - ] + ].freeze + end + + def build_error_checks + (development_tools_checks + %w[ + ]).freeze end def check_for_installed_developer_tools @@ -172,6 +177,7 @@ module Homebrew "libUFSDExtFS.dylib", # Paragon ExtFS "libecomlodr.dylib", # Symantec Endpoint Protection "libsymsea.*.dylib", # Symantec Endpoint Protection + "sentinel.dylib", # SentinelOne ] __check_stray_files "/usr/local/lib", "*.dylib", white_list, <<-EOS.undent |
