[java-oidc-common] branch main updated: Add checkstyle links.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 22 22:59:19 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=135bf213ddc312a1028c00cef9636bdaa7d808c6
The following commit(s) were added to refs/heads/main by this push:
new 135bf21 Add checkstyle links.
135bf21 is described below
commit 135bf213ddc312a1028c00cef9636bdaa7d808c6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 22 17:57:12 2021 -0500
Add checkstyle links.
---
oidc-common-attribute-api/.checkstyle | 11 +++++++++++
oidc-common-attribute-impl/.checkstyle | 11 +++++++++++
oidc-common-bom/.checkstyle | 11 +++++++++++
oidc-common-crypto-api/.checkstyle | 11 +++++++++++
oidc-common-crypto-impl/.checkstyle | 11 +++++++++++
oidc-common-crypto-impl/.project | 6 ++++++
oidc-common-dist/.checkstyle | 11 +++++++++++
oidc-common-metadata-api/.checkstyle | 11 +++++++++++
oidc-common-metadata-impl/.checkstyle | 11 +++++++++++
oidc-common-plugin/.checkstyle | 11 +++++++++++
oidc-common-saml-api/.checkstyle | 11 +++++++++++
oidc-common-saml-impl/.checkstyle | 11 +++++++++++
12 files changed, 127 insertions(+)
diff --git a/oidc-common-attribute-api/.checkstyle b/oidc-common-attribute-api/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-attribute-api/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-attribute-impl/.checkstyle b/oidc-common-attribute-impl/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-attribute-impl/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-bom/.checkstyle b/oidc-common-bom/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-bom/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-crypto-api/.checkstyle b/oidc-common-crypto-api/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-crypto-api/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-crypto-impl/.checkstyle b/oidc-common-crypto-impl/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-crypto-impl/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-crypto-impl/.project b/oidc-common-crypto-impl/.project
index b0bf622..d249c3c 100644
--- a/oidc-common-crypto-impl/.project
+++ b/oidc-common-crypto-impl/.project
@@ -15,9 +15,15 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
</natures>
</projectDescription>
diff --git a/oidc-common-dist/.checkstyle b/oidc-common-dist/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-dist/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-metadata-api/.checkstyle b/oidc-common-metadata-api/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-metadata-api/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-metadata-impl/.checkstyle b/oidc-common-metadata-impl/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-metadata-impl/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-plugin/.checkstyle b/oidc-common-plugin/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-plugin/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-saml-api/.checkstyle b/oidc-common-saml-api/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-saml-api/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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/oidc-common-saml-impl/.checkstyle b/oidc-common-saml-impl/.checkstyle
new file mode 100644
index 0000000..3ffb558
--- /dev/null
+++ b/oidc-common-saml-impl/.checkstyle
@@ -0,0 +1,11 @@
+<?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-oidc-common/checkstyle.xml" type="project" description=""/>
+
+ <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