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` — while both serve as quality 
gates, `Spotless` focuses on format consistency (auto-fixable) and `Checkstyle` 
on semantic style rules (readability/maintainability) that `Spotless` doesn’t 
address. This dual setup ensures comprehensive code standard enforcement, which 
is critical 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