[java-idp-plugin-totp] branch main updated: Adjust checkstyle location.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 18 17:32:23 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=d98a2bc9d21a7b39f216b4abe4c42e47e4f939ac
The following commit(s) were added to refs/heads/main by this push:
new d98a2bc Adjust checkstyle location.
d98a2bc is described below
commit d98a2bc9d21a7b39f216b4abe4c42e47e4f939ac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 18 13:31:58 2023 -0400
Adjust checkstyle location.
---
checkstyle.xml => resources/checkstyle/checkstyle.xml | 0
totp-impl/.checkstyle | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/checkstyle.xml b/resources/checkstyle/checkstyle.xml
similarity index 100%
rename from checkstyle.xml
rename to resources/checkstyle/checkstyle.xml
diff --git a/totp-impl/.checkstyle b/totp-impl/.checkstyle
index c9c3e58..3489e39 100644
--- a/totp-impl/.checkstyle
+++ b/totp-impl/.checkstyle
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/java-idp-plugin-totp/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-idp-plugin-totp/resources/checkstyle/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="main" 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