[java-idp-oidc] branch master updated: Reference checkstyle via relative path.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 11 08:41:23 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=a100f3af4944d7414256674cb9ecf6e1f9d8f60d
The following commit(s) were added to refs/heads/master by this push:
new a100f3a Reference checkstyle via relative path.
a100f3a is described below
commit a100f3af4944d7414256674cb9ecf6e1f9d8f60d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 11 08:41:20 2020 -0500
Reference checkstyle via relative path.
---
idp-oidc-extension-api/.checkstyle | 2 +-
idp-oidc-extension-distribution/.checkstyle | 2 +-
idp-oidc-extension-impl/.checkstyle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-oidc-extension-api/.checkstyle b/idp-oidc-extension-api/.checkstyle
index 3bd7e04..6fa3bf4 100644
--- a/idp-oidc-extension-api/.checkstyle
+++ b/idp-oidc-extension-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-idp-oidc/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="../java-idp-oidc/resources/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/idp-oidc-extension-distribution/.checkstyle b/idp-oidc-extension-distribution/.checkstyle
index 3bd7e04..6fa3bf4 100644
--- a/idp-oidc-extension-distribution/.checkstyle
+++ b/idp-oidc-extension-distribution/.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-idp-oidc/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="../java-idp-oidc/resources/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/idp-oidc-extension-impl/.checkstyle b/idp-oidc-extension-impl/.checkstyle
index 3bd7e04..6fa3bf4 100644
--- a/idp-oidc-extension-impl/.checkstyle
+++ b/idp-oidc-extension-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-idp-oidc/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="../java-idp-oidc/resources/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