This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 68f8c5e Fixed CS
68f8c5e is described below
commit 68f8c5e60d67a678652e70007370902596860c73
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 19 15:06:34 2020 +0200
Fixed CS
---
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 c04fa33..d684a58 100644
--- a/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
@@ -66,4 +66,7 @@
<suppress checks="LineLength"
files=".*/resources/.*request.xml"
/>
+ <suppress checks=".*"
+ files=".*/camel-catalog/src/generated/.*"
+ />
</suppressions>