szetszwo commented on code in PR #1360:
URL: https://github.com/apache/ratis/pull/1360#discussion_r2854354641
##########
dev-support/checkstyle.xml:
##########
@@ -55,6 +55,10 @@
<property name="fileExtensions" value="java, properties, xml"/>
+ <module name="BeforeExecutionExclusionFileFilter">
+ <property name="fileNamePattern" value=".*/target/generated.*"/>
Review Comment:
@adoroszlai , Should we just exclude everything in `.*/target` ?
--
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]