diff --git a/ecs.php b/ecs.php index a113db6a367..b5fe0ae8828 100644 --- a/ecs.php +++ b/ecs.php @@ -1,17 +1,14 @@ parallel(); $ecsConfig->paths([ - __DIR__ . '/bootstrap', __DIR__ . '/src', - __DIR__ . '/tests', __FILE__, ]); + + $ecsConfig->parallel(); $ecsConfig->sets([SetList::CRAFT_CMS_4]); };