yew1eb commented on code in PR #1880:
URL: https://github.com/apache/auron/pull/1880#discussion_r2679586740


##########
pom.xml:
##########
@@ -413,6 +414,43 @@
         </executions>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>

Review Comment:
   add `Checkstyle` to complement `Spotless`: `Spotless` handles automatic 
formatting for consistency and quick fixes, while `Checkstyle` serves as a 
rule-based quality gate to enforce strict code standards that are essential for 
project quality.



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