cask/cmd/style: don't hide warnings.
These sometimes display useful RuboCop deprecations.
This commit is contained in:
parent
8ebfc923fb
commit
ef34fbc634
@ -13,7 +13,7 @@ module Cask
|
|||||||
Homebrew.install_bundler_gems!
|
Homebrew.install_bundler_gems!
|
||||||
|
|
||||||
cache_env = { "XDG_CACHE_HOME" => "#{HOMEBREW_CACHE}/style" }
|
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 = [
|
args = [
|
||||||
"--force-exclusion",
|
"--force-exclusion",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user