This commit is contained in:
parent
77fba06a1f
commit
13bfbbe528
20 changed files with 5598 additions and 0 deletions
11
ecs.php
Normal file
11
ecs.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use Lubiana\CodeQuality\LubiSetList;
|
||||
use PhpCsFixer\Fixer\ClassNotation\FinalClassFixer;
|
||||
use Symplify\EasyCodingStandard\Config\ECSConfig;
|
||||
|
||||
return ECSConfig::configure()
|
||||
->withPaths(require __DIR__ . '/code-quality-paths.php')
|
||||
->withRootFiles()
|
||||
->withRules([FinalClassFixer::class])
|
||||
->withSets([LubiSetList::ECS]);
|
Loading…
Add table
Add a link
Reference in a new issue