File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
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 ;
6
11
7
12
return static function (EasyCIConfig $ easyCIConfig ): void {
8
13
$ easyCIConfig ->typesToSkip ([
14
+ CategoryInfererInterface::class,
15
+ ConfigurableRuleInterface::class,
16
+ RuleCodeSamplePrinterInterface::class,
17
+ ComposerJsonAwareCodeSample::class,
18
+ ExtraFileCodeSample::class,
9
19
]);
10
20
};
You can’t perform that action at this time.
0 commit comments