Allen Wittenauer created YETUS-946:
--------------------------------------
Summary: checkstyle.sh output has changed?
Key: YETUS-946
URL: https://issues.apache.org/jira/browse/YETUS-946
Project: Yetus
Issue Type: Bug
Components: Precommit
Reporter: Allen Wittenauer
Maven's output appears to also be in a new format that I saw while updating the
gradle plugin.
{{[ERROR]
src/main/java/org/apache/yetus/audience/tools/StabilityOptions.java:[59,42]
(misc) FinalParameters: Parameter options should be final.}}
I'm fairly certain we are still expecting output to look like this:
{{[ERROR]
src/main/java/org/apache/yetus/audience/tools/StabilityOptions.java:59:42:
(misc) FinalParameters: Parameter options should be final.}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)