[java-idp-plugin-metadatagen] branch main updated: Tweak Eclipse CheckStyle settings

Rod Widdowson rdw at steadingsoftware.com
Mon May 30 10:12:06 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=18be24ea1b49b91649da4365be227427112d0483

The following commit(s) were added to refs/heads/main by this push:
     new 18be24e  Tweak Eclipse CheckStyle settings
18be24e is described below

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

    Tweak Eclipse CheckStyle settings
---
 metadatagen-api/.checkstyle  | 4 ++--
 metadatagen-impl/.checkstyle | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/metadatagen-api/.checkstyle b/metadatagen-api/.checkstyle
index c9501d2..42d2507 100644
--- a/metadatagen-api/.checkstyle
+++ b/metadatagen-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="/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"/>
+    <file-match-pattern match-pattern="src/main/java/.*\.java$." include-pattern="true"/>
   </fileset>
 </fileset-config>
diff --git a/metadatagen-impl/.checkstyle b/metadatagen-impl/.checkstyle
index c9501d2..42d2507 100644
--- a/metadatagen-impl/.checkstyle
+++ b/metadatagen-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="/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"/>
+    <file-match-pattern match-pattern="src/main/java/.*\.java$." 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