class RuboCop::Formatter::DisabledConfigFormatter

def timestamp

def timestamp
  @options[:no_auto_gen_timestamp] ? '' : "on #{Time.now} "
end