add code
This commit is contained in:
parent
7dd81f65d5
commit
dff0cc92e0
36 changed files with 2020 additions and 0 deletions
18
app/ecs.php
Normal file
18
app/ecs.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use Lubiana\CodeQuality\LubiSetList;
|
||||
use Symplify\EasyCodingStandard\Config\ECSConfig;
|
||||
|
||||
return static function (ECSConfig $c): void {
|
||||
$c->parallel();
|
||||
$c->paths([
|
||||
__DIR__ . '/src',
|
||||
__DIR__ . '/config',
|
||||
__DIR__ . '/ecs.php',
|
||||
__DIR__ . '/rector.php',
|
||||
]);
|
||||
|
||||
$c->sets([
|
||||
LubiSetList::ECS,
|
||||
]);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue