code-quality/ecs.php

14 lines
309 B
PHP
Raw Normal View History

2022-10-12 17:46:05 +00:00
<?php declare(strict_types=1);
2022-11-04 10:18:22 +00:00
use Lubiana\CodeQuality\LubiSetList;
2022-10-12 17:46:05 +00:00
use Symplify\EasyCodingStandard\Config\ECSConfig;
2024-01-25 17:31:04 +00:00
return ECSConfig::configure()
->withSets([LubiSetList::ECS])
->withPaths(
[
__DIR__ . '/src',
__DIR__ . '/config',
]
)->withRootFiles();