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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5f9ace26bf Fixed: Use Codenarc to test Groovy code (OFBIZ-11167)
5f9ace26bf is described below

commit 5f9ace26bfb72c6324fece1853107b26399f7975
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Apr 13 09:06:47 2023 +0200

    Fixed: Use Codenarc to test Groovy code (OFBIZ-11167)
    
    Adds a missing ASL2 header into codenarc.groovy
---
 config/codenarc/codenarc.groovy | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/config/codenarc/codenarc.groovy b/config/codenarc/codenarc.groovy
index 2e2fe53e61..1c9991d82e 100644
--- a/config/codenarc/codenarc.groovy
+++ b/config/codenarc/codenarc.groovy
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 ruleset {
     description '''
         OFBiz ruleset adapted from basic one from 
https://codenarc.org/StarterRuleSet-AllRulesByCategory.groovy.txt

Reply via email to