Skip to content

Commit c3dbfbf

Browse files
committed
fix easy-ci
1 parent 0ee2ec9 commit c3dbfbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

easy-ci.php

+10
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
declare(strict_types=1);
44

55
use Symplify\EasyCI\Config\EasyCIConfig;
6+
use Symplify\RuleDocGenerator\Contract\Category\CategoryInfererInterface;
7+
use Symplify\RuleDocGenerator\Contract\ConfigurableRuleInterface;
8+
use Symplify\RuleDocGenerator\Contract\RuleCodeSamplePrinterInterface;
9+
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ComposerJsonAwareCodeSample;
10+
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ExtraFileCodeSample;
611

712
return static function (EasyCIConfig $easyCIConfig): void {
813
$easyCIConfig->typesToSkip([
14+
CategoryInfererInterface::class,
15+
ConfigurableRuleInterface::class,
16+
RuleCodeSamplePrinterInterface::class,
17+
ComposerJsonAwareCodeSample::class,
18+
ExtraFileCodeSample::class,
919
]);
1020
};

0 commit comments

Comments
 (0)