lib/rubocop/formatter/offense_count_formatter.rb in rubocop-0.35.1 vs lib/rubocop/formatter/offense_count_formatter.rb in rubocop-0.36.0

- old
+ new

@@ -1,5 +1,6 @@ # encoding: utf-8 +# frozen_string_literal: true 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