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 2410f239213 CAMEL-19296: disable checkstyle on auto-generated files 2410f239213 is described below commit 2410f239213a0541d12f7c7491d3cb54f1da6808 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>