You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/05/02 05:30:07 UTC

[1/2] incubator-groovy git commit: todo for future checkstyle tweak

Repository: incubator-groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 3822e8197 -> 509d22c1d


todo for future checkstyle tweak


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/509d22c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/509d22c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/509d22c1

Branch: refs/heads/GROOVY_2_4_X
Commit: 509d22c1d263f0b9557993eb21ad29a09c5ba1bd
Parents: fe9c927
Author: Paul King <pa...@asert.com.au>
Authored: Sat May 2 13:28:57 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sat May 2 13:29:58 2015 +1000

----------------------------------------------------------------------
 gradle/quality.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/509d22c1/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index e87fd2b..7e7c215 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -62,6 +62,7 @@ allprojects {
         configProperties = ['rootProject.projectDir': rootProject.projectDir]
         def reportFile = file("${buildDir}/reports/checkstyle/${name}.xml")
         reports {
+            // TODO exclude generated-sources
             include ( '**/*.java')
             xml {
                 destination reportFile


[2/2] incubator-groovy git commit: alter checkstyle check of license header to match latest content

Posted by pa...@apache.org.
alter checkstyle check of license header to match latest content


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/fe9c9279
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/fe9c9279
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/fe9c9279

Branch: refs/heads/GROOVY_2_4_X
Commit: fe9c9279c1e02f26f6f6f52a007d27995850ec32
Parents: 3822e81
Author: Paul King <pa...@asert.com.au>
Authored: Sat May 2 13:23:04 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sat May 2 13:29:58 2015 +1000

----------------------------------------------------------------------
 config/checkstyle/codeHeader.txt | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/fe9c9279/config/checkstyle/codeHeader.txt
----------------------------------------------------------------------
diff --git a/config/checkstyle/codeHeader.txt b/config/checkstyle/codeHeader.txt
index 25016b2..b4967f9 100644
--- a/config/checkstyle/codeHeader.txt
+++ b/config/checkstyle/codeHeader.txt
@@ -1,15 +1,18 @@
 ^/\*$
-^ \* Copyright (\([cC]\) )?\d\d\d\d(-\d\d\d\d)? the original author or authors\.$
+^ \*  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$
 ^ \*$
-^ \* Licensed 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$
 ^ \*$
-^ \*      ?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\.$
+^ \*  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\.$
 ^ \*.*
\ No newline at end of file