Open Spreeuw opened 3 years ago
This PR adds severity levels to the Error class, making it possible to distinguish between syntax/fatal errors and deprecation notices. It also fixes an error in the checkstyle output which had the severity attribute capitalized (closes #67)
Error
severity
@grogy can you review this?
This PR adds severity levels to the
Error
class, making it possible to distinguish between syntax/fatal errors and deprecation notices. It also fixes an error in the checkstyle output which had theseverity
attribute capitalized (closes #67)