class RuboCop::Formatter::QuietFormatter

Otherwise, SimpleTextFormatter’s output is displayed.
If no offenses are found, no output is displayed.

def report_summary(file_count, offense_count, correction_count, correctable_count)

def report_summary(file_count, offense_count, correction_count, correctable_count)
  super unless offense_count.zero?
end