Files
filament/rector.php
T
Dan Harrin 43633b68ec rector
2025-02-22 10:36:37 +00:00

14 lines
284 B
PHP

<?php
use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withPaths([
__DIR__ . '/docs-assets/app',
__DIR__ . '/packages',
__DIR__ . '/tests',
])
->withTypeCoverageLevel(0)
->withDeadCodeLevel(0)
->withCodeQualityLevel(0);