init
This commit is contained in:
parent
83567049a0
commit
36172f251a
8 changed files with 691 additions and 0 deletions
15
rector.php
Normal file
15
rector.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use Lubiana\CodeQuality\SetList;
|
||||
use Rector\Config\RectorConfig;
|
||||
|
||||
return static function (RectorConfig $c): void {
|
||||
$c->paths([
|
||||
__DIR__ . '/src',
|
||||
__DIR__ . '/config',
|
||||
__DIR__ . '/rector.php',
|
||||
__DIR__ . '/ecs.php',
|
||||
]);
|
||||
|
||||
$c->sets([SetList::RECTOR]);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue