Method: CheckstyleReport::CheckstyleError#source

Defined in:
lib/checkstyle_report/checkstyle_report.rb

#sourceString (readonly)

Returns the source of the error.

Returns:

  • (String)

    The source of the error.



141
142
143
# File 'lib/checkstyle_report/checkstyle_report.rb', line 141

def source
  @source
end