withPaths([ __DIR__ . '/config', __DIR__ . '/public', __DIR__ . '/src', ]) ->withRootFiles() ->withSets([ LubiSetList::ECS, ]) ->withSkip([LineLengthFixer::class]) ;