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 @@ +