class RuboCop::Formatter::ProgressFormatter

def initialize(output, options = {})

def initialize(output, options = {})
  super
  @dot = green(DOT)
end