php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

Add error severity levels #68

Open Spreeuw opened 3 years ago

Spreeuw commented 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)

Spreeuw commented 2 years ago

@grogy can you review this?