You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/08/19 01:22:53 UTC

git commit: Muzzle checkstyle

Repository: incubator-optiq
Updated Branches:
  refs/heads/master 778a0c516 -> 19d82a9fd


Muzzle checkstyle


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

Branch: refs/heads/master
Commit: 19d82a9fd92e64ba045428f6b917b5900eb3a172
Parents: 778a0c5
Author: Julian Hyde <jh...@apache.org>
Authored: Fri Aug 15 10:49:20 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Aug 18 16:20:52 2014 -0700

----------------------------------------------------------------------
 src/main/config/checkstyle/suppressions.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/19d82a9f/src/main/config/checkstyle/suppressions.xml
----------------------------------------------------------------------
diff --git a/src/main/config/checkstyle/suppressions.xml b/src/main/config/checkstyle/suppressions.xml
index 3afcf5b..18cfabe 100644
--- a/src/main/config/checkstyle/suppressions.xml
+++ b/src/main/config/checkstyle/suppressions.xml
@@ -28,6 +28,7 @@ limitations under the License.
   <suppress checks=".*" files=".*/target/maven-archiver/pom.properties"/>
   <suppress checks=".*" files="git.properties"/>
   <suppress checks=".*" files="trace.properties"/>
+  <suppress checks=".*" files="release.properties"/>
 
   <!-- This file triggers https://github.com/checkstyle/checkstyle/issues/92,
        through no fault of its own. -->