[java-identity-provider] 01/03: Add checkstyle config.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 12 17:47:16 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=529faed27e6348fdfffafecee8e95e0e3006d9c8
commit 529faed27e6348fdfffafecee8e95e0e3006d9c8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 12 13:38:14 2023 -0400
Add checkstyle config.
---
idp-cli/.checkstyle | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/idp-cli/.checkstyle b/idp-cli/.checkstyle
new file mode 100644
index 000000000..4147bd1de
--- /dev/null
+++ b/idp-cli/.checkstyle
@@ -0,0 +1,15 @@
+<?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="/idp-parent/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"/>
+ </local-check-config>
+
+ <fileset name="main source" enabled="true" check-config-name="Shibboleth Checkstyle" local="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