From a99023d48440482d9da3c604442600b142ebe259 Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 4 Nov 2022 11:18:22 +0100 Subject: [PATCH] Move SetList to LubiSetList --- README.md | 4 ++-- ecs.php | 4 ++-- rector.php | 4 ++-- src/LubiSetList.php | 10 ++++++++++ src/SetList.php | 11 +++++++++-- 5 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 src/LubiSetList.php diff --git a/README.md b/README.md index 90e7643..24334c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# My configs for ECS and RECTOR +# My very opiniated Configurations for Rector and ECS + -This is just my very opiniated config for those tools so i dont habe to copy paste them in every new thing i code \ No newline at end of file diff --git a/ecs.php b/ecs.php index 45c8c6b..7a1aa39 100644 --- a/ecs.php +++ b/ecs.php @@ -1,6 +1,6 @@ sets([SetList::ECS]); + $c->sets([LubiSetList::ECS]); }; diff --git a/rector.php b/rector.php index 7970267..80408b1 100644 --- a/rector.php +++ b/rector.php @@ -1,6 +1,6 @@ sets([SetList::RECTOR]); + $c->sets([LubiSetList::RECTOR]); }; diff --git a/src/LubiSetList.php b/src/LubiSetList.php new file mode 100644 index 0000000..d78838d --- /dev/null +++ b/src/LubiSetList.php @@ -0,0 +1,10 @@ +