lib/rubocop/formatter/disabled_config_formatter.rb in rbhint-0.85.1.rc1 vs lib/rubocop/formatter/disabled_config_formatter.rb in rbhint-0.85.1.rc2

- old
+ new

@@ -72,10 +72,10 @@ command end def timestamp - @options[:no_auto_gen_timestamp] ? '' : "on #{Time.now} " + @options[:no_auto_gen_timestamp] ? '' : "on #{Time.now.utc} " end def output_offenses @cops_with_offenses.sort.each do |cop_name, offense_count| output_cop(cop_name, offense_count)