Class: Pluginscan::IgnoredErrorLine

Inherits:
ErrorLine
  • Object
show all
Defined in:
lib/pluginscan/reports/issues_report/error_list_printer.rb

Instance Attribute Summary

Attributes inherited from ErrorLine

#file

Instance Method Summary collapse

Methods inherited from ErrorLine

#column_number, #initialize, #line_number

Constructor Details

This class inherits a constructor from Pluginscan::ErrorLine

Instance Method Details

#messageObject

TODO: would decoration be better here?



68
69
70
# File 'lib/pluginscan/reports/issues_report/error_list_printer.rb', line 68

def message
  super.sub("]", "][IGNORE]")
end