lib/rubocop/formatter/offense_count_formatter.rb in rubocop-0.22.0 vs lib/rubocop/formatter/offense_count_formatter.rb in rubocop-0.23.0

- old
+ new

@@ -1,7 +1,7 @@ # encoding: utf-8 -module Rubocop +module RuboCop module Formatter # This formatter displays the list of offended cops with a count of how # many offenses of their kind were found. Ordered by desc offense count # # Here's the format: