aaron-ai opened a new issue, #5122:
URL: https://github.com/apache/rocketmq/issues/5122

   To improve the quality of test code, checkstyle should be enabled.
   
   ```xml
     <executions>
         <execution>
             <id>verify</id>
             <phase>verify</phase>
             <configuration>
                 <configLocation>style/rmq_checkstyle.xml</configLocation>
                 <encoding>UTF-8</encoding>
                 <consoleOutput>true</consoleOutput>
                 <failsOnError>true</failsOnError>
                 <!-- test checkstyle is disabled here -->
                 <includeTestSourceDirectory>false</includeTestSourceDirectory>
             </configuration>
             <goals>
                 <goal>check</goal>
             </goals>
         </execution>
     </executions>
   ```


-- 
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]

Reply via email to