Method: RuboCop::Formatter::HTMLFormatter::ERBContext#highlight_source_tag
- Defined in:
- lib/rubocop/formatter/html_formatter.rb
#highlight_source_tag(offense) ⇒ Object
94 95 96 97 98 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 94 def highlight_source_tag(offense) "<span class=\"highlight #{offense.severity}\">" \ "#{escape(offense.highlighted_area.source)}" \ '</span>' end |