lib/rubocop/formatter/html_formatter.rb in rubocop-0.68.1 vs lib/rubocop/formatter/html_formatter.rb in rubocop-0.69.0
- old
+ new
@@ -8,10 +8,10 @@
module RuboCop
module Formatter
# This formatter saves the output as an html file.
class HTMLFormatter < BaseFormatter
- ELLIPSES = '<span class="extra-code">...</span>'.freeze
+ ELLIPSES = '<span class="extra-code">...</span>'
TEMPLATE_PATH =
File.expand_path('../../../assets/output.html.erb', __dir__)
Color = Struct.new(:red, :green, :blue, :alpha) do
def to_s