[java-idp-plugin-scripting] branch main updated: Checkstyle.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 1 17:01:50 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-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=e03509a17ec38e640a4ce548d8e9da95dff34de9
The following commit(s) were added to refs/heads/main by this push:
new e03509a Checkstyle.
e03509a is described below
commit e03509a17ec38e640a4ce548d8e9da95dff34de9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 1 13:01:47 2023 -0400
Checkstyle.
---
nashorn-jdk-impl/.checkstyle | 15 +++++++++++++++
checkstyle.xml => resources/checkstyle/checkstyle.xml | 0
rhino-impl/.checkstyle | 15 +++++++++++++++
scripting-api/.checkstyle | 15 +++++++++++++++
4 files changed, 45 insertions(+)
diff --git a/nashorn-jdk-impl/.checkstyle b/nashorn-jdk-impl/.checkstyle
new file mode 100644
index 0000000..f2c536a
--- /dev/null
+++ b/nashorn-jdk-impl/.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="/java-idp-plugin-scripting/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>
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/rhino-impl/.checkstyle b/rhino-impl/.checkstyle
new file mode 100644
index 0000000..f2c536a
--- /dev/null
+++ b/rhino-impl/.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="/java-idp-plugin-scripting/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>
diff --git a/scripting-api/.checkstyle b/scripting-api/.checkstyle
new file mode 100644
index 0000000..f2c536a
--- /dev/null
+++ b/scripting-api/.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="/java-idp-plugin-scripting/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