[java-plugin-storage-jdbc] 01/02: Tweak Eclipse CheckStyle settings

Rod Widdowson rdw at steadingsoftware.com
Mon May 30 15:22:38 UTC 2022


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

rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=aae409fdf25a6514c3c076298f7520fe0b84b20f

commit aae409fdf25a6514c3c076298f7520fe0b84b20f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 30 11:11:41 2022 +0100

    Tweak Eclipse CheckStyle settings
---
 jdbc-storage-api/.checkstyle                                          | 4 ++--
 jdbc-storage-impl/.checkstyle                                         | 4 ++--
 .../shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java   | 2 --
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/jdbc-storage-api/.checkstyle b/jdbc-storage-api/.checkstyle
index fd9fc93..53cd043 100644
--- a/jdbc-storage-api/.checkstyle
+++ b/jdbc-storage-api/.checkstyle
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
   <local-check-config name="Shibboleth Checkstyle" location="/jdbc-storage-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"/>
+    <file-match-pattern match-pattern="src/main/java/.*\.java$." include-pattern="true"/>
   </fileset>
 </fileset-config>
diff --git a/jdbc-storage-impl/.checkstyle b/jdbc-storage-impl/.checkstyle
index fd9fc93..a59b3a3 100644
--- a/jdbc-storage-impl/.checkstyle
+++ b/jdbc-storage-impl/.checkstyle
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
   <local-check-config name="Shibboleth Checkstyle" location="/jdbc-storage-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"/>
+    <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
   </fileset>
 </fileset-config>
diff --git a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
index 5423b3c..f375c1f 100644
--- a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
+++ b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
@@ -47,8 +47,6 @@ import net.shibboleth.utilities.java.support.component.ComponentInitializationEx
 /**
  * Test of {@link JPAStorageService} implementation.
  */
-//@Test(enabled = false)
- at SuppressWarnings("javadoc")
 public class JDBCStorageServiceTest extends StorageServiceTest {
 
     private JDBCStorageService storageService;

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


More information about the commits mailing list