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:32 UTC

[camel] 02/02: (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 camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b74f779d82674221dd7e25e53c62da0d2a3697b8
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>