cask/cmd/style: don't hide warnings.

These sometimes display useful RuboCop deprecations.
This commit is contained in:
Mike McQuaid 2019-12-01 14:19:26 +00:00
parent 8ebfc923fb
commit ef34fbc634
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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",