Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error severity levels #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Spreeuw
Copy link

@Spreeuw Spreeuw commented Aug 23, 2021

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)

src/Process/LintProcess.php Outdated Show resolved Hide resolved
src/Process/LintProcess.php Outdated Show resolved Hide resolved
Co-authored-by: Fabien Villepinte <fabien.villepinte@gmail.com>
@jrfnl jrfnl added the Type: bug label Mar 9, 2022
@Spreeuw
Copy link
Author

Spreeuw commented Oct 14, 2022

@grogy can you review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Checkstyle severity level is incorrect
4 participants