Skip to content
Snippets Groups Projects
Unverified Commit 0e9fe732 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #8566 from reitermarkus/rubocop-dots

Adjust RuboCop formatter on CI.
parents cbc34486 9d57bfc9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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