Skip to content

Commit 2388f36

Browse files
committed
Use Almacareer setlist in internal ecs rules
1 parent dbb5326 commit 2388f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ecs-internal.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php declare(strict_types=1);
22

3+
use Lmc\CodingStandard\Set\SetList;
34
use PHP_CodeSniffer\Standards\Generic\Sniffs\PHP\ForbiddenFunctionsSniff;
45
use PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer;
56
use PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer;
@@ -14,7 +15,7 @@
1415
->withRootFiles()
1516
->withSets(
1617
[
17-
__DIR__ . '/ecs.php',
18+
SetList::ALMACAREER,
1819
],
1920
)
2021
->withConfiguredRule(PhpUnitTestAnnotationFixer::class, ['style' => 'annotation'])

0 commit comments

Comments
 (0)