jbertram commented on PR #5152:
URL: 
https://github.com/apache/activemq-artemis/pull/5152#issuecomment-2293528006

   There are also 6 checkstyle violations:
   ```
   [INFO] There are 6 errors reported by Checkstyle 10.17.0 with 
/home/runner/work/activemq-artemis/activemq-artemis/activemq-artemis/artemis-server/../etc/checkstyle.xml
 ruleset.
   Error:  
src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java:[326,7]
 (blocks) LeftCurly: '{' at column 7 should be on the previous line.
   Error:  
src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java:[332]
 (regexp) RegexpSingleline: Line has trailing spaces.
   Error:  
src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java:[332,7]
 (blocks) RightCurly: '}' at column 7 should be on the same line as the next 
part of a multi-block statement (one that directly contains multiple blocks: 
if/else-if/else, do/while or try/catch/finally).
   Error:  
src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java:[333]
 (regexp) RegexpSingleline: Line has trailing spaces.
   Error:  
src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java:[334,7]
 (blocks) LeftCurly: '{' at column 7 should be on the previous line.
   Error:  
src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java:[337]
 (regexp) RegexpSingleline: Line has trailing spaces.
   ```
   You can [run checkstyle 
yourself](https://activemq.apache.org/components/artemis/documentation/hacking-guide/#using-the-dev-profile)
 locally using:
   ```
   mvn -Pdev install
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to