-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
in the CheckStyleOutput
class, the severity
is set to ERROR
:
PHP-Parallel-Lint/src/Output.php
Line 442 in 02a09f1
' <error line="%d" severity="ERROR" message="%s" source="%s" />', |
Following the Checkstyle specification, allowed values are:
ignore
, info
, warning
, error
, all lowercase.
When using cs2pr
to annotate files in github, this results in the annotations showing as warning
(default) instead.
I think it would actually make sense to use warning
for deprecation notices.