zhfeng commented on code in PR #6755:
URL: https://github.com/apache/camel-quarkus/pull/6755#discussion_r1832223015
##########
tooling/enforcer-rules/allow-findbugs.xsl:
##########
@@ -21,6 +21,8 @@
<xsl:output omit-xml-declaration="yes"/>
+ <xsl:param name="findbugs" select="'${allow-findbugs}'"/>
Review Comment:
@ppalaga I introduce a param here to copy the `findbugs` rules if it is not
ture. Not sure if it would impact the `cq-plugin-maven` with the FlattenMojo?
--
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]