Method: CheckstyleReport::CheckstyleError#severity
- Defined in:
- lib/checkstyle_report/checkstyle_report.rb
#severity ⇒ String (readonly)
Returns the severity level of the error.
131 132 133 |
# File 'lib/checkstyle_report/checkstyle_report.rb', line 131 def severity @severity end |