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