rocketmq
rocketmq copied to clipboard
Enable checkstyle for test code
To improve the quality of test code, checkstyle should be enabled.
<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>
i will make it.
i will make it.
Nice! I assigned it to you.
Hi @aaron-ai. I submitted a PR for this isse. #5166