From 776faf651ddbcd83dacfd832f4f5fe56a1a18af6 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 1 Sep 2020 18:31:17 +0200 Subject: [PATCH] Always use default RuboCop formatter for nicer output. --- Library/Homebrew/style.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/style.rb b/Library/Homebrew/style.rb index 4bf4c1590b..26ce219853 100644 --- a/Library/Homebrew/style.rb +++ b/Library/Homebrew/style.rb @@ -118,7 +118,6 @@ module Homebrew case output_type when :print args << "--debug" if debug - args << "--format" << "simple" if files.present? args << "--color" if Tty.color? system cache_env, "rubocop", *args