Merge pull request #8566 from reitermarkus/rubocop-dots

Adjust RuboCop formatter on CI.
This commit is contained in:
Markus Reiter 2020-09-02 02:46:24 +02:00 committed by GitHub
commit 0e9fe732d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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