diff --git a/Library/Homebrew/style.rb b/Library/Homebrew/style.rb index 26ce2198530a6f83fe6495f62f5eb64cb852c207..6eadd257537cc8c6d6342d5d7b7e7831e03636c1 100644 --- a/Library/Homebrew/style.rb +++ b/Library/Homebrew/style.rb @@ -118,6 +118,12 @@ module Homebrew case output_type when :print args << "--debug" if debug + + if ENV["CI"] + # Don't show the default formatter's progress dots on CI. + args << "--format" << "clang" + end + args << "--color" if Tty.color? system cache_env, "rubocop", *args