This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ed692cc49d778d3fa705c3799fb87f03484f0567
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Apr 26 14:36:09 2023 +0200

    CAMEL-19296: disable checkstyle on auto-generated files
---
 buildingtools/src/main/resources/camel-checkstyle-suppressions.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml 
b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
index d684a586a3f..22bd52d4106 100644
--- a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
@@ -69,4 +69,7 @@
     <suppress checks=".*"
               files=".*/camel-catalog/src/generated/.*"
               />
+    <suppress checks=".*"
+              files=".*/camel-xml-io-dsl/src/generated/.*"
+    />
 </suppressions>

Reply via email to