Skip to content
Snippets Groups Projects
Commit 776faf65 authored by Markus Reiter's avatar Markus Reiter
Browse files

Always use default RuboCop formatter for nicer output.

parent b4d14c19
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment