You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/26 16:04:40 UTC

[camel] branch main updated: (chores) style: disable checkstyle on auto-generated files in camel-xml-jaxb-dsl

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4c1f2f29cc8 (chores) style: disable checkstyle on auto-generated files in camel-xml-jaxb-dsl
4c1f2f29cc8 is described below

commit 4c1f2f29cc828d0b2c63d52c72c7ec2af80445cf
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Apr 26 16:53:31 2023 +0200

    (chores) style: disable checkstyle on auto-generated files in camel-xml-jaxb-dsl
---
 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 22bd52d4106..08794c10e51 100644
--- a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
@@ -72,4 +72,7 @@
     <suppress checks=".*"
               files=".*/camel-xml-io-dsl/src/generated/.*"
     />
+    <suppress checks=".*"
+              files=".*/camel-xml-jaxb-dsl/src/generated/.*"
+    />
 </suppressions>