[java-sp-server] branch main updated: Correct checkstyle path.
Scott Cantor
cantor.2 at osu.edu
Fri Aug 4 17:51:46 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-sp-server.
View the commit online:
http://git.shibboleth.net/view/?p=java-sp-server.git;a=commit;h=24d785025bf79ea12bbffd1885c26134fa265717
The following commit(s) were added to refs/heads/main by this push:
new 24d7850 Correct checkstyle path.
24d7850 is described below
commit 24d785025bf79ea12bbffd1885c26134fa265717
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 4 13:51:41 2023 -0400
Correct checkstyle path.
---
sp-saml-api/.checkstyle | 2 +-
sp-server-api/.checkstyle | 2 +-
sp-server-impl/.checkstyle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sp-saml-api/.checkstyle b/sp-saml-api/.checkstyle
index 5bae456..ef6cff6 100644
--- a/sp-saml-api/.checkstyle
+++ b/sp-saml-api/.checkstyle
@@ -1,7 +1,7 @@
<?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="/java-sp-server/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-sp-server/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
diff --git a/sp-server-api/.checkstyle b/sp-server-api/.checkstyle
index 5bae456..ef6cff6 100644
--- a/sp-server-api/.checkstyle
+++ b/sp-server-api/.checkstyle
@@ -1,7 +1,7 @@
<?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="/java-sp-server/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-sp-server/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
diff --git a/sp-server-impl/.checkstyle b/sp-server-impl/.checkstyle
index 5bae456..ef6cff6 100644
--- a/sp-server-impl/.checkstyle
+++ b/sp-server-impl/.checkstyle
@@ -1,7 +1,7 @@
<?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="/java-sp-server/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-sp-server/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list