From 1b29a5fd469cebc8ad69ee9689c7076c528a70d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Sun, 28 Jul 2024 01:09:41 +0200 Subject: [PATCH] wip --- .../ColumnNamingConventionAuditor.php | 23 ------------------- .../ColumnNamingConventionMysqlAuditor.php | 14 ----------- .../ColumnOrder/ColumnOrderAuditor.php | 23 ------------------- .../ColumnOrder/ColumnOrderMysqlAuditor.php | 21 ----------------- .../TableNamingConventionAuditor.php | 23 ------------------- .../TableNamingConventionMysqlAuditor.php | 14 ----------- .../UselessVariableLengthAuditor.php | 23 ------------------- .../UselessVariableLengthMysqlAuditor.php | 14 ----------- 8 files changed, 155 deletions(-) delete mode 100644 src/Auditor/ColumnNamingConvention/ColumnNamingConventionAuditor.php delete mode 100644 src/Auditor/ColumnNamingConvention/ColumnNamingConventionMysqlAuditor.php delete mode 100644 src/Auditor/ColumnOrder/ColumnOrderAuditor.php delete mode 100644 src/Auditor/ColumnOrder/ColumnOrderMysqlAuditor.php delete mode 100644 src/Auditor/TableNamingConvention/TableNamingConventionAuditor.php delete mode 100644 src/Auditor/TableNamingConvention/TableNamingConventionMysqlAuditor.php delete mode 100644 src/Auditor/UselessVariableLength/UselessVariableLengthAuditor.php delete mode 100644 src/Auditor/UselessVariableLength/UselessVariableLengthMysqlAuditor.php diff --git a/src/Auditor/ColumnNamingConvention/ColumnNamingConventionAuditor.php b/src/Auditor/ColumnNamingConvention/ColumnNamingConventionAuditor.php deleted file mode 100644 index 0ef999d..0000000 --- a/src/Auditor/ColumnNamingConvention/ColumnNamingConventionAuditor.php +++ /dev/null @@ -1,23 +0,0 @@ -dbal = $dbal; - } - - public static function getKey(): string - { - return 'column_naming_convention'; - } - -} diff --git a/src/Auditor/ColumnNamingConvention/ColumnNamingConventionMysqlAuditor.php b/src/Auditor/ColumnNamingConvention/ColumnNamingConventionMysqlAuditor.php deleted file mode 100644 index 8ca6a48..0000000 --- a/src/Auditor/ColumnNamingConvention/ColumnNamingConventionMysqlAuditor.php +++ /dev/null @@ -1,14 +0,0 @@ -dbal = $dbal; - } - - public static function getKey(): string - { - return 'column_order'; - } - -} diff --git a/src/Auditor/ColumnOrder/ColumnOrderMysqlAuditor.php b/src/Auditor/ColumnOrder/ColumnOrderMysqlAuditor.php deleted file mode 100644 index 1f6b02f..0000000 --- a/src/Auditor/ColumnOrder/ColumnOrderMysqlAuditor.php +++ /dev/null @@ -1,21 +0,0 @@ -dbal = $dbal; - } - - public static function getKey(): string - { - return 'table_naming_convention'; - } - -} diff --git a/src/Auditor/TableNamingConvention/TableNamingConventionMysqlAuditor.php b/src/Auditor/TableNamingConvention/TableNamingConventionMysqlAuditor.php deleted file mode 100644 index a36172b..0000000 --- a/src/Auditor/TableNamingConvention/TableNamingConventionMysqlAuditor.php +++ /dev/null @@ -1,14 +0,0 @@ -dbal = $dbal; - } - - public static function getKey(): string - { - return 'useless_variable_length'; - } - -} diff --git a/src/Auditor/UselessVariableLength/UselessVariableLengthMysqlAuditor.php b/src/Auditor/UselessVariableLength/UselessVariableLengthMysqlAuditor.php deleted file mode 100644 index d343b6f..0000000 --- a/src/Auditor/UselessVariableLength/UselessVariableLengthMysqlAuditor.php +++ /dev/null @@ -1,14 +0,0 @@ -