Always use default RuboCop formatter for nicer output.
This commit is contained in:
parent
b4d14c193f
commit
776faf651d
@ -118,7 +118,6 @@ module Homebrew
|
|||||||
case output_type
|
case output_type
|
||||||
when :print
|
when :print
|
||||||
args << "--debug" if debug
|
args << "--debug" if debug
|
||||||
args << "--format" << "simple" if files.present?
|
|
||||||
args << "--color" if Tty.color?
|
args << "--color" if Tty.color?
|
||||||
|
|
||||||
system cache_env, "rubocop", *args
|
system cache_env, "rubocop", *args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user