[java-idp-plugin-metadatagen] branch main updated: Turn on chreckstyle for eclipse

Rod Widdowson rdw at steadingsoftware.com
Thu May 26 19:08:10 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-idp-plugin-metadatagen.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=6dd3573b5beccccf9ab8d1c868ff45a93078bf0c

The following commit(s) were added to refs/heads/main by this push:
     new 6dd3573  Turn on chreckstyle for eclipse
6dd3573 is described below

commit 6dd3573b5beccccf9ab8d1c868ff45a93078bf0c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu May 26 20:04:53 2022 +0100

    Turn on chreckstyle for eclipse
    
    Fix some checkstyle issues
---
 .gitignore                                               |  1 +
 metadatagen-api/.checkstyle                              | 12 ++++++++++++
 .../net/shibboleth/idp/plugin/metadatagen/Version.java   | 16 ++++++++++++++++
 metadatagen-impl/.checkstyle                             | 12 ++++++++++++
 4 files changed, 41 insertions(+)

diff --git a/.gitignore b/.gitignore
index a2399ea..438d102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *~
 */.classpath
 */.settings
+*/bin
 /.settings
 /target
 
diff --git a/metadatagen-api/.checkstyle b/metadatagen-api/.checkstyle
new file mode 100644
index 0000000..c9501d2
--- /dev/null
+++ b/metadatagen-api/.checkstyle
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+  <local-check-config name="Shibboleth Checkstyle" location="/idp-plugin-metadatagen-parent/checkstyle.xml" type="project" description="">
+    <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
+    <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
+    <additional-data name="protect-config-file" value="false"/>
+  </local-check-config>
+  <fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
+    <file-match-pattern match-pattern="." include-pattern="true"/>
+  </fileset>
+</fileset-config>
diff --git a/metadatagen-api/src/main/java/net/shibboleth/idp/plugin/metadatagen/Version.java b/metadatagen-api/src/main/java/net/shibboleth/idp/plugin/metadatagen/Version.java
index ac52cad..2350b93 100644
--- a/metadatagen-api/src/main/java/net/shibboleth/idp/plugin/metadatagen/Version.java
+++ b/metadatagen-api/src/main/java/net/shibboleth/idp/plugin/metadatagen/Version.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the University Corporation for Advanced Internet Development,
+ * Inc. (UCAID) under one or more contributor license agreements.  See the
+ * NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The UCAID 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.
+ */
 package net.shibboleth.idp.plugin.metadatagen;
 
 import javax.annotation.Nullable;
diff --git a/metadatagen-impl/.checkstyle b/metadatagen-impl/.checkstyle
new file mode 100644
index 0000000..c9501d2
--- /dev/null
+++ b/metadatagen-impl/.checkstyle
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+  <local-check-config name="Shibboleth Checkstyle" location="/idp-plugin-metadatagen-parent/checkstyle.xml" type="project" description="">
+    <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
+    <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
+    <additional-data name="protect-config-file" value="false"/>
+  </local-check-config>
+  <fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
+    <file-match-pattern match-pattern="." include-pattern="true"/>
+  </fileset>
+</fileset-config>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list