Always use default RuboCop formatter for nicer output.

This commit is contained in:
Markus Reiter 2020-09-01 18:31:17 +02:00
parent b4d14c193f
commit 776faf651d

View File

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