From ef34fbc634ffa6457f5ef043e39b3aedd31cd4cd Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 1 Dec 2019 14:19:26 +0000 Subject: [PATCH] cask/cmd/style: don't hide warnings. These sometimes display useful RuboCop deprecations. --- Library/Homebrew/cask/cmd/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/cmd/style.rb b/Library/Homebrew/cask/cmd/style.rb index 6f7a368d57..06dfc45f82 100644 --- a/Library/Homebrew/cask/cmd/style.rb +++ b/Library/Homebrew/cask/cmd/style.rb @@ -13,7 +13,7 @@ module Cask Homebrew.install_bundler_gems! cache_env = { "XDG_CACHE_HOME" => "#{HOMEBREW_CACHE}/style" } - hide_warnings = debug ? [] : [ENV["HOMEBREW_RUBY_PATH"], "-W0", "-S"] + hide_warnings = debug ? [] : [ENV["HOMEBREW_RUBY_PATH"], "-S"] args = [ "--force-exclusion",