You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/22 04:13:31 UTC

[shardingsphere-elasticjob] branch master updated: Add file to ignore lombok code in jacoco (#1234)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new bef7070  Add file to ignore lombok code in jacoco (#1234)
bef7070 is described below

commit bef707049e48142e3307a66652f52b15721b26c6
Author: Liang Zhang <te...@163.com>
AuthorDate: Wed Jul 22 12:13:20 2020 +0800

    Add file to ignore lombok code in jacoco (#1234)
---
 lombok.config | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/lombok.config b/lombok.config
new file mode 100644
index 0000000..87efcc5
--- /dev/null
+++ b/lombok.config
@@ -0,0 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# this config is to ignore lombok code in jacoco
+lombok.addLombokGeneratedAnnotation = true