From 2b5c435bb7f9019e16d89a7cc8cff24b338cbef9 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Thu, 19 Jan 2023 08:57:02 +0100
Subject: [PATCH] SSDM-13329 Removed old .checkstyle files

---
 authentication/.checkstyle   | 9 ---------
 common/.checkstyle           | 9 ---------
 commonbase/.checkstyle       | 9 ---------
 datamover/.checkstyle        | 9 ---------
 datastore_server/.checkstyle | 9 ---------
 dbmigration/.checkstyle      | 9 ---------
 6 files changed, 54 deletions(-)
 delete mode 100644 authentication/.checkstyle
 delete mode 100644 common/.checkstyle
 delete mode 100644 commonbase/.checkstyle
 delete mode 100644 datamover/.checkstyle
 delete mode 100644 datastore_server/.checkstyle
 delete mode 100644 dbmigration/.checkstyle

diff --git a/authentication/.checkstyle b/authentication/.checkstyle
deleted file mode 100644
index f048a51b530..00000000000
--- a/authentication/.checkstyle
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
-    <local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
-        <additional-data name="protect-config-file" value="false"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
-        <file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
-    </fileset>
-</fileset-config>
diff --git a/common/.checkstyle b/common/.checkstyle
deleted file mode 100644
index f048a51b530..00000000000
--- a/common/.checkstyle
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
-    <local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
-        <additional-data name="protect-config-file" value="false"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
-        <file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
-    </fileset>
-</fileset-config>
diff --git a/commonbase/.checkstyle b/commonbase/.checkstyle
deleted file mode 100644
index f048a51b530..00000000000
--- a/commonbase/.checkstyle
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
-    <local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
-        <additional-data name="protect-config-file" value="false"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
-        <file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
-    </fileset>
-</fileset-config>
diff --git a/datamover/.checkstyle b/datamover/.checkstyle
deleted file mode 100644
index f048a51b530..00000000000
--- a/datamover/.checkstyle
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
-    <local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
-        <additional-data name="protect-config-file" value="false"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
-        <file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
-    </fileset>
-</fileset-config>
diff --git a/datastore_server/.checkstyle b/datastore_server/.checkstyle
deleted file mode 100644
index f048a51b530..00000000000
--- a/datastore_server/.checkstyle
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
-    <local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
-        <additional-data name="protect-config-file" value="false"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
-        <file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
-    </fileset>
-</fileset-config>
diff --git a/dbmigration/.checkstyle b/dbmigration/.checkstyle
deleted file mode 100644
index f048a51b530..00000000000
--- a/dbmigration/.checkstyle
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
-    <local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
-        <additional-data name="protect-config-file" value="false"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
-        <file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
-    </fileset>
-</fileset-config>
-- 
GitLab