mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
style: remove HOMEBREW_RUBY_WARNINGS
This is hiding legitimate errors which can cause CI failures.
This commit is contained in:
parent
3c29c08831
commit
eea27d9a60
@ -135,7 +135,6 @@ module Homebrew
|
|||||||
FileUtils.rm_rf cache_env["XDG_CACHE_HOME"] if reset_cache
|
FileUtils.rm_rf cache_env["XDG_CACHE_HOME"] if reset_cache
|
||||||
|
|
||||||
ruby_args = [
|
ruby_args = [
|
||||||
(ENV["HOMEBREW_RUBY_WARNINGS"] if !debug && !verbose),
|
|
||||||
"-S",
|
"-S",
|
||||||
"rubocop",
|
"rubocop",
|
||||||
].compact.freeze
|
].compact.freeze
|
||||||
|
Loading…
x
Reference in New Issue
Block a user