From 6c73116eb4a68095b1b046d7c8f3995e1ce904bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D0=BF=D1=80=D0=B0=D0=BB=D0=BE=D0=B2=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Tue, 20 Jul 2021 17:25:29 +0300 Subject: [PATCH] =?UTF-8?q?#21=20=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20Chekcstyle=20Plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checkstyle.xml => bom/checkstyle.xml | 0 java.header => bom/java.header | 0 bom/pom.xml | 4 ++-- bundles/com.e1c.v8codestyle.autosort.ui/.checkstyle | 11 +++++++++++ bundles/com.e1c.v8codestyle.autosort.ui/.project | 6 ++++++ bundles/com.e1c.v8codestyle.autosort/.checkstyle | 11 +++++++++++ bundles/com.e1c.v8codestyle.autosort/.project | 6 ++++++ bundles/com.e1c.v8codestyle.bsl/.checkstyle | 11 +++++++++++ bundles/com.e1c.v8codestyle.bsl/.project | 6 ++++++ bundles/com.e1c.v8codestyle.md/.checkstyle | 11 +++++++++++ bundles/com.e1c.v8codestyle.md/.project | 6 ++++++ bundles/com.e1c.v8codestyle.ql/.checkstyle | 11 +++++++++++ bundles/com.e1c.v8codestyle.ql/.project | 6 ++++++ bundles/com.e1c.v8codestyle/.checkstyle | 11 +++++++++++ bundles/com.e1c.v8codestyle/.project | 6 ++++++ tests/com.e1c.v8codestyle.autosort.itests/.checkstyle | 11 +++++++++++ tests/com.e1c.v8codestyle.autosort.itests/.project | 6 ++++++ tests/com.e1c.v8codestyle.bsl.itests/.checkstyle | 11 +++++++++++ tests/com.e1c.v8codestyle.bsl.itests/.project | 6 ++++++ tests/com.e1c.v8codestyle.md.itests/.checkstyle | 11 +++++++++++ tests/com.e1c.v8codestyle.md.itests/.project | 6 ++++++ tests/com.e1c.v8codestyle.ql.itests/.checkstyle | 11 +++++++++++ tests/com.e1c.v8codestyle.ql.itests/.project | 6 ++++++ 23 files changed, 172 insertions(+), 2 deletions(-) rename checkstyle.xml => bom/checkstyle.xml (100%) rename java.header => bom/java.header (100%) create mode 100644 bundles/com.e1c.v8codestyle.autosort.ui/.checkstyle create mode 100644 bundles/com.e1c.v8codestyle.autosort/.checkstyle create mode 100644 bundles/com.e1c.v8codestyle.bsl/.checkstyle create mode 100644 bundles/com.e1c.v8codestyle.md/.checkstyle create mode 100644 bundles/com.e1c.v8codestyle.ql/.checkstyle create mode 100644 bundles/com.e1c.v8codestyle/.checkstyle create mode 100644 tests/com.e1c.v8codestyle.autosort.itests/.checkstyle create mode 100644 tests/com.e1c.v8codestyle.bsl.itests/.checkstyle create mode 100644 tests/com.e1c.v8codestyle.md.itests/.checkstyle create mode 100644 tests/com.e1c.v8codestyle.ql.itests/.checkstyle diff --git a/checkstyle.xml b/bom/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to bom/checkstyle.xml diff --git a/java.header b/bom/java.header similarity index 100% rename from java.header rename to bom/java.header diff --git a/bom/pom.xml b/bom/pom.xml index c9ac85e46..1aaf4b33d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -37,7 +37,7 @@ 3.1.12.2 3.1.1 8.29 - java.header + bom/java.header UTF-8 UTF-8 @@ -192,7 +192,7 @@ - checkstyle.xml + bom/checkstyle.xml true true true diff --git a/bundles/com.e1c.v8codestyle.autosort.ui/.checkstyle b/bundles/com.e1c.v8codestyle.autosort.ui/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/bundles/com.e1c.v8codestyle.autosort.ui/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bundles/com.e1c.v8codestyle.autosort.ui/.project b/bundles/com.e1c.v8codestyle.autosort.ui/.project index 323726772..33fc29d72 100644 --- a/bundles/com.e1c.v8codestyle.autosort.ui/.project +++ b/bundles/com.e1c.v8codestyle.autosort.ui/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/bundles/com.e1c.v8codestyle.autosort/.checkstyle b/bundles/com.e1c.v8codestyle.autosort/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/bundles/com.e1c.v8codestyle.autosort/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bundles/com.e1c.v8codestyle.autosort/.project b/bundles/com.e1c.v8codestyle.autosort/.project index 380328881..ece43b214 100644 --- a/bundles/com.e1c.v8codestyle.autosort/.project +++ b/bundles/com.e1c.v8codestyle.autosort/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/bundles/com.e1c.v8codestyle.bsl/.checkstyle b/bundles/com.e1c.v8codestyle.bsl/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/bundles/com.e1c.v8codestyle.bsl/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bundles/com.e1c.v8codestyle.bsl/.project b/bundles/com.e1c.v8codestyle.bsl/.project index 13ca22dd6..08986b8f7 100644 --- a/bundles/com.e1c.v8codestyle.bsl/.project +++ b/bundles/com.e1c.v8codestyle.bsl/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/bundles/com.e1c.v8codestyle.md/.checkstyle b/bundles/com.e1c.v8codestyle.md/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/bundles/com.e1c.v8codestyle.md/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bundles/com.e1c.v8codestyle.md/.project b/bundles/com.e1c.v8codestyle.md/.project index 2e29b3233..d10a978b0 100644 --- a/bundles/com.e1c.v8codestyle.md/.project +++ b/bundles/com.e1c.v8codestyle.md/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/bundles/com.e1c.v8codestyle.ql/.checkstyle b/bundles/com.e1c.v8codestyle.ql/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/bundles/com.e1c.v8codestyle.ql/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bundles/com.e1c.v8codestyle.ql/.project b/bundles/com.e1c.v8codestyle.ql/.project index 2b1e8bdd7..dc1b8e0b5 100644 --- a/bundles/com.e1c.v8codestyle.ql/.project +++ b/bundles/com.e1c.v8codestyle.ql/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/bundles/com.e1c.v8codestyle/.checkstyle b/bundles/com.e1c.v8codestyle/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/bundles/com.e1c.v8codestyle/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bundles/com.e1c.v8codestyle/.project b/bundles/com.e1c.v8codestyle/.project index e7d136c19..7bd1a12da 100644 --- a/bundles/com.e1c.v8codestyle/.project +++ b/bundles/com.e1c.v8codestyle/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/tests/com.e1c.v8codestyle.autosort.itests/.checkstyle b/tests/com.e1c.v8codestyle.autosort.itests/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/tests/com.e1c.v8codestyle.autosort.itests/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tests/com.e1c.v8codestyle.autosort.itests/.project b/tests/com.e1c.v8codestyle.autosort.itests/.project index affcbb247..5c1db26dd 100644 --- a/tests/com.e1c.v8codestyle.autosort.itests/.project +++ b/tests/com.e1c.v8codestyle.autosort.itests/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/tests/com.e1c.v8codestyle.bsl.itests/.checkstyle b/tests/com.e1c.v8codestyle.bsl.itests/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/tests/com.e1c.v8codestyle.bsl.itests/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tests/com.e1c.v8codestyle.bsl.itests/.project b/tests/com.e1c.v8codestyle.bsl.itests/.project index 73700b60f..08fdde592 100644 --- a/tests/com.e1c.v8codestyle.bsl.itests/.project +++ b/tests/com.e1c.v8codestyle.bsl.itests/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/tests/com.e1c.v8codestyle.md.itests/.checkstyle b/tests/com.e1c.v8codestyle.md.itests/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/tests/com.e1c.v8codestyle.md.itests/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tests/com.e1c.v8codestyle.md.itests/.project b/tests/com.e1c.v8codestyle.md.itests/.project index be2d92238..ac917d06b 100644 --- a/tests/com.e1c.v8codestyle.md.itests/.project +++ b/tests/com.e1c.v8codestyle.md.itests/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/tests/com.e1c.v8codestyle.ql.itests/.checkstyle b/tests/com.e1c.v8codestyle.ql.itests/.checkstyle new file mode 100644 index 000000000..29d68e1d2 --- /dev/null +++ b/tests/com.e1c.v8codestyle.ql.itests/.checkstyle @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tests/com.e1c.v8codestyle.ql.itests/.project b/tests/com.e1c.v8codestyle.ql.itests/.project index 6f7d80d75..fba358a24 100644 --- a/tests/com.e1c.v8codestyle.ql.itests/.project +++ b/tests/com.e1c.v8codestyle.ql.itests/.project @@ -20,9 +20,15 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature