[java-shib-metadata] branch main updated: Fix checkstyle paths.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 7 17:00:57 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=a0c27669c57b749d19b8228371584c5917e0f5c0
The following commit(s) were added to refs/heads/main by this push:
new a0c27669c Fix checkstyle paths.
a0c27669c is described below
commit a0c27669c57b749d19b8228371584c5917e0f5c0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 13:00:51 2022 -0400
Fix checkstyle paths.
---
shib-metadata-api/.checkstyle | 2 +-
shib-metadata-impl/.checkstyle | 2 +-
shib-metadata-spring/.checkstyle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/shib-metadata-api/.checkstyle b/shib-metadata-api/.checkstyle
index cbe6082d3..858c808d7 100644
--- a/shib-metadata-api/.checkstyle
+++ b/shib-metadata-api/.checkstyle
@@ -2,7 +2,7 @@
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/resources/checkstyle/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-shib-metadata/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="cache-file" value="true"/>
<additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
<additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
diff --git a/shib-metadata-impl/.checkstyle b/shib-metadata-impl/.checkstyle
index cbe6082d3..858c808d7 100644
--- a/shib-metadata-impl/.checkstyle
+++ b/shib-metadata-impl/.checkstyle
@@ -2,7 +2,7 @@
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/resources/checkstyle/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-shib-metadata/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="cache-file" value="true"/>
<additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
<additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
diff --git a/shib-metadata-spring/.checkstyle b/shib-metadata-spring/.checkstyle
index 5ceb584d7..306e29c78 100644
--- a/shib-metadata-spring/.checkstyle
+++ b/shib-metadata-spring/.checkstyle
@@ -2,7 +2,7 @@
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/resources/checkstyle/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-shib-metadata/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="cache-file" value="true"/>
<additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
<additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list